Skip to content

Commit

Permalink
Fix: Tighten json-patch and jsonptr versions (kube-rs#1700)
Browse files Browse the repository at this point in the history
This fixes the conflict introduced by json-patch 3.1.0.
  • Loading branch information
danwilliams committed Feb 24, 2025
1 parent 6a980c6 commit a90ffe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ hyper-rustls = { version = "0.27.1", default-features = false }
hyper-socks2 = { version = "0.9.0", default-features = false }
hyper-timeout = "0.5.1"
hyper-util = "0.1.9"
json-patch = "3"
json-patch = "3.0.1"
jsonpath-rust = "0.7.3"
jsonptr = "0.6"
jsonptr = "0.6.3"
k8s-openapi = { version = "0.24.0", default-features = false }
openssl = "0.10.36"
parking_lot = "0.12.0"
Expand Down

0 comments on commit a90ffe7

Please sign in to comment.