Update Rust crate serde_json to 1.0.114
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
d033e75782
commit
2252dfaf37
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1520,9 +1520,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.111"
|
||||
version = "1.0.114"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
||||
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -10,7 +10,7 @@ log = "0.4.21"
|
||||
env_logger = "0.10.1"
|
||||
anyhow = "1.0.80"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
schemars = "0.8.16"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
kube = { version = "0.87.2", features = ["runtime", "derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user