Skip to content

Commit

Permalink
build(deps): update json-patch requirement from 2.0 to 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [json-patch](https://github.com/idubrov/json-patch) to permit the latest version.
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v2.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent e532305 commit cb79d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dns-lookup = "2.0"
futures = "0.3"
email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
json-patch = "2.0"
json-patch = "3.0"
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.95.0", default-features = false, features = [
"client",
Expand Down
2 changes: 1 addition & 1 deletion crates/burrego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chrono-tz = "0.10.0"
gtmpl = "0.7.1"
gtmpl_value = "0.5.1"
itertools = "0.13.0"
json-patch = "2.0.0"
json-patch = "3.0.1"
lazy_static = "1.4.0"
regex = "1.5.6"
semver = "1.0.22"
Expand Down

0 comments on commit cb79d01

Please sign in to comment.