Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.194
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 82874c8 commit 9b1d6c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kube = { version = "0.87.2", default-features = false, features = ["runtime", "d
log = "0.4.20"
postgres-protocol = "0.6.6"
schemars = "0.8.16"
serde = { version = "1.0.193", features = ["derive", "serde_derive"] }
serde = { version = "1.0.194", features = ["derive", "serde_derive"] }
serde_json = "1.0.109"
serde_yaml = "0.9.29"
thiserror = "1.0.53"
Expand Down

0 comments on commit 9b1d6c4

Please sign in to comment.