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