Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump serde_json from 1.0.114 to 1.0.116 (#561)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -3315,9 +3315,9 @@ dependencies = [
|
|
3315 |
|
3316 |
[[package]]
|
3317 |
name = "serde_json"
|
3318 |
-
version = "1.0.
|
3319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 |
-
checksum = "
|
3321 |
dependencies = [
|
3322 |
"itoa 1.0.10",
|
3323 |
"ryu",
|
|
|
3315 |
|
3316 |
[[package]]
|
3317 |
name = "serde_json"
|
3318 |
+
version = "1.0.116"
|
3319 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 |
+
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
|
3321 |
dependencies = [
|
3322 |
"itoa 1.0.10",
|
3323 |
"ryu",
|
Cargo.toml
CHANGED
@@ -25,7 +25,7 @@ tokio = { version = "1.32.0", features = [
|
|
25 |
"io-util",
|
26 |
], default-features = false }
|
27 |
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
|
28 |
-
serde_json = { version = "1.0.
|
29 |
maud = { version = "0.26.0", default-features = false, features = [
|
30 |
"actix-web",
|
31 |
] }
|
|
|
25 |
"io-util",
|
26 |
], default-features = false }
|
27 |
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
|
28 |
+
serde_json = { version = "1.0.116", default-features = false }
|
29 |
maud = { version = "0.26.0", default-features = false, features = [
|
30 |
"actix-web",
|
31 |
] }
|