Skip to content

Commit

Permalink
fix(deps): update serde packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent c967a48 commit 5ece735
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
57 changes: 29 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ k8s-openapi = { version = "0.21", default-features = false, features = [
] } # Kube-rs depends on k8s-openapi
futures = "0.3"
# All serde dependencies are used to serialize/deserialize CRDs and other Kubernetes-related structs
serde = { version = "1", features = ["derive"]}
serde_json = "1.0"
serde = { version = "1.0.200", features = ["derive"]}
serde_json = "1.0.116"
schemars = "0.8"
thiserror = "1" # Custom Error definitions and convenient error mappings
config = "0.14"
Expand Down

0 comments on commit 5ece735

Please sign in to comment.