Skip to content

Commit 749211a

Browse files
committed
chore(deps): update rust crate json-patch to v2
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | crate | json-patch | 1.4.0 | 2.0.0 |
1 parent c5032a3 commit 749211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures-util = "0.3.30"
2727
hyper = { version = "1.3.1", features = ["full"] }
2828
hyper-util = "0.1.3"
2929
# NOTE (@Techassi): We cannot bump to 2.0.0 because kube uses 1.X.X
30-
json-patch = "1.4.0"
30+
json-patch = "2.0.0"
3131
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_30"] }
3232
# We use rustls instead of openssl for easier portablitly, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
3333
kube = { version = "0.91.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls"] }

0 commit comments

Comments
 (0)