Skip to content

Commit

Permalink
build(deps): bump json-patch from 1.4.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [json-patch](https://github.com/idubrov/json-patch) from 1.4.0 to 3.0.1.
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.4.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 0347c22 commit 3156cd2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 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 model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.3"
chrono = { version = "0.4", default-features = false, features = ["clock"]}
futures = "0.3"
http = "1"
json-patch = "1"
json-patch = "3"
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] }
kube = { version = "0.88", default-features = false, features = ["config", "derive", "jsonpatch", "client", "ws", "rustls-tls"] }
lazy_static = "1"
Expand Down

0 comments on commit 3156cd2

Please sign in to comment.