Skip to content

Commit

Permalink
build(deps): bump json-patch from 1.2.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [json-patch](https://github.com/idubrov/json-patch) from 1.2.0 to 2.0.0.
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2024
1 parent afcc993 commit f8e1193
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 15 deletions.
50 changes: 36 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.6.0", features = ["rustls", "tls-rustls"] }
json-patch = "1.2.0"
json-patch = "2.0.0"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_24", "schemars"] }
kube = { version = "0.91.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
log = { version = "0.4.21", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
Expand Down

0 comments on commit f8e1193

Please sign in to comment.