Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.193
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 8db1f2b commit 3feb9bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kube = { version = "0.87.1", default-features = false, features = [
"kube-runtime",
] }
schemars = "0.8.16"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
tracing = { version = "0.1.40" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"json",
] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
thiserror = "1.0.50"

0 comments on commit 3feb9bc

Please sign in to comment.