Update Rust crate serde_json to 1.0.106

This commit is contained in:
Renovate Bot 2023-09-11 17:04:02 +00:00
parent 56632e9dec
commit aade6e4913
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1819,9 +1819,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.105" version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -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.2", features = ["derive"] } clap = { version = "4.4.2", features = ["derive"] }
serde_json = "1.0.105" serde_json = "1.0.106"
sled = "0.34.7" sled = "0.34.7"
[dependencies.chrono] [dependencies.chrono]

View File

@ -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.105" serde_json = "1.0.106"
serde_with = "3.3.0" serde_with = "3.3.0"

View File

@ -16,7 +16,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.28" time = "0.3.28"
serde_json = "1.0.105" serde_json = "1.0.106"
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
js-sys = "0.3.64" js-sys = "0.3.64"