Skip to content

Commit

Permalink
Update json-patch requirement from 0.3.0 to 1.0.0 (#1176)
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.
- [Release notes](https://github.com/idubrov/json-patch/releases)
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v0.3.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 90a3492 commit b1cd5f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ tracing = "0.1.36"
tracing-subscriber = "0.3.3"
warp = { version = "0.3", default-features = false, features = ["tls"] }
http = "0.2.5"
json-patch = "0.3.0"
json-patch = "1.0.0"
tower = { version = "0.4.6", features = ["limit"] }
tower-http = { version = "0.4.0", features = ["trace", "decompression-gzip"] }
hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] }
Expand Down
2 changes: 1 addition & 1 deletion kube-core/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0.68"
thiserror = "1.0.29"
form_urlencoded = "1.0.1"
http = "0.2.5"
json-patch = { version = "0.3.0", optional = true }
json-patch = { version = "1.0.0", optional = true }
once_cell = "1.8.0"
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
schemars = { version = "0.8.6", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion kube-runtime/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ pin-project = "1.0.2"
tokio = { version = "1.14.0", features = ["time"] }
tokio-util = { version = "0.7.0", features = ["time"] }
tracing = "0.1.36"
json-patch = "0.3.0"
json-patch = "1.0.0"
serde_json = "1.0.68"
thiserror = "1.0.29"
backoff = "0.4.0"
Expand Down

0 comments on commit b1cd5f2

Please sign in to comment.