Update Rust crate serde_json to 1.0.108
This commit is contained in:
parent
2115956479
commit
2f1c48c0ac
|
@ -1829,9 +1829,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.107"
|
version = "1.0.108"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|
|
@ -27,7 +27,7 @@ lox-library = { path = "../lox-library", version = "0.1.0"}
|
||||||
lox_utils = { path = "../lox-utils", version = "0.1.0"}
|
lox_utils = { path = "../lox-utils", version = "0.1.0"}
|
||||||
rdsys_backend = { path = "../rdsys-backend-api", version = "0.2"}
|
rdsys_backend = { path = "../rdsys-backend-api", version = "0.2"}
|
||||||
clap = { version = "4.4.7", features = ["derive"] }
|
clap = { version = "4.4.7", features = ["derive"] }
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
sled = "0.34.7"
|
sled = "0.34.7"
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
|
|
|
@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox.git/"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lox-library = {path = "../lox-library", version = "0.1.0"}
|
lox-library = {path = "../lox-library", version = "0.1.0"}
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
serde_with = "3.4.0"
|
serde_with = "3.4.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ lox-library = { path = "../lox-library", version = "0.1.0" }
|
||||||
lox_utils = { path = "../lox-utils", version = "0.1.0" }
|
lox_utils = { path = "../lox-utils", version = "0.1.0" }
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
time = "0.3.30"
|
time = "0.3.30"
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
|
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
js-sys = "0.3.64"
|
js-sys = "0.3.64"
|
||||||
|
|
Loading…
Reference in New Issue