Update Rust crate serde_json to 1.0.106
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2023-09-10 00:29:04 +00:00
parent 894e4e8cde
commit fb9823acb7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -10,7 +10,7 @@ log = "0.4.20"
env_logger = "0.10.0"
anyhow = "1.0.75"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
schemars = "0.8.13"
tokio = { version = "1.32.0", features = ["full"] }
kube = { version = "0.85.0", features = ["runtime", "derive"] }