Skip to content

Commit a836a97

Browse files
committed
chore(deps): update rust crate json-patch to v2
1 parent 20b0183 commit a836a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures = "0.3.30"
2626
futures-util = "0.3.30"
2727
hyper = { version = "1.3.1", features = ["full"] }
2828
hyper-util = "0.1.3"
29-
json-patch = "1.4.0"
29+
json-patch = "2.0.0"
3030
k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_29"] }
3131
# 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
3232
kube = { version = "0.90.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls"] }

0 commit comments

Comments
 (0)