Skip to content

Commit

Permalink
Fixes to bring our code into compatibility with the current kube libr…
Browse files Browse the repository at this point in the history
…ary interfaces (#29)
  • Loading branch information
dboreham authored Nov 4, 2024
1 parent d52712d commit e402fe6
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 71 deletions.
89 changes: 35 additions & 54 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ jemallocator = { version = "0.3.2", features = [
"profiling",
"unprefixed_malloc_on_supported_platforms",
] }
json-patch = "0.2.6"
# NOTE: jsonptr is a dependency of json-patch and the versions should be kept consistent
json-patch = "2.0.0"
jsonptr = "0.4.7"
jsonwebtoken = "8.1"
libfuzzer-sys = "0.4.6"
libsecp256k1 = "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions testsuite/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ hyper = { workspace = true }
hyper-tls = { workspace = true }
itertools = { workspace = true }
json-patch = { workspace = true }
jsonptr = { workspace = true }
# WARNING: these kube libraries publish only minor version updates with zero as major version
# and therefore needs to be manually updated periodically here otherwise it ends up
# transitively referencing a bunch of old libraries that then conflict with who knows what elsewhere.
Expand Down
Loading

0 comments on commit e402fe6

Please sign in to comment.