Skip to content

Commit b1cd5f2

Browse files
Update json-patch requirement from 0.3.0 to 1.0.0 (#1176)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90a3492 commit b1cd5f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tracing = "0.1.36"
4444
tracing-subscriber = "0.3.3"
4545
warp = { version = "0.3", default-features = false, features = ["tls"] }
4646
http = "0.2.5"
47-
json-patch = "0.3.0"
47+
json-patch = "1.0.0"
4848
tower = { version = "0.4.6", features = ["limit"] }
4949
tower-http = { version = "0.4.0", features = ["trace", "decompression-gzip"] }
5050
hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] }

kube-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1.0.68"
3030
thiserror = "1.0.29"
3131
form_urlencoded = "1.0.1"
3232
http = "0.2.5"
33-
json-patch = { version = "0.3.0", optional = true }
33+
json-patch = { version = "1.0.0", optional = true }
3434
once_cell = "1.8.0"
3535
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
3636
schemars = { version = "0.8.6", optional = true }

kube-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pin-project = "1.0.2"
3737
tokio = { version = "1.14.0", features = ["time"] }
3838
tokio-util = { version = "0.7.0", features = ["time"] }
3939
tracing = "0.1.36"
40-
json-patch = "0.3.0"
40+
json-patch = "1.0.0"
4141
serde_json = "1.0.68"
4242
thiserror = "1.0.29"
4343
backoff = "0.4.0"

0 commit comments

Comments
 (0)