Update Rust crate serde_json to 1.0.105
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a471a37bbd
commit
01072fb86c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1511,9 +1511,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.104"
|
version = "1.0.105"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.0.0",
|
"indexmap 2.0.0",
|
||||||
"itoa",
|
"itoa",
|
||||||
|
@ -10,7 +10,7 @@ log = "0.4.20"
|
|||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
anyhow = "1.0.74"
|
anyhow = "1.0.74"
|
||||||
serde = { version = "1.0.183", features = ["derive"] }
|
serde = { version = "1.0.183", features = ["derive"] }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.105"
|
||||||
schemars = "0.8.12"
|
schemars = "0.8.12"
|
||||||
tokio = { version = "1.31.0", features = ["full"] }
|
tokio = { version = "1.31.0", features = ["full"] }
|
||||||
kube = { version = "0.84.0", features = ["runtime", "derive"] }
|
kube = { version = "0.84.0", features = ["runtime", "derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user