Skip to content

Commit b425936

Browse files
Bump the k8s group across 1 directory with 4 updates
Bumps the k8s group with 4 updates in the / directory: [json-patch](https://github.com/idubrov/json-patch), [k8s-openapi](https://github.com/Arnavion/k8s-openapi), [kube](https://github.com/kube-rs/kube) and [jsonptr](https://github.com/chanced/jsonptr). Updates `json-patch` from 3.0.1 to 4.0.0 - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](idubrov/json-patch@v3.0.1...v4.0.0) Updates `k8s-openapi` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](Arnavion/k8s-openapi@v0.24.0...v0.25.0) Updates `kube` from 0.98.0 to 0.99.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...0.99.0) Updates `jsonptr` from 0.6.3 to 0.7.1 - [Release notes](https://github.com/chanced/jsonptr/releases) - [Changelog](https://github.com/chanced/jsonptr/blob/main/CHANGELOG.md) - [Commits](https://github.com/chanced/jsonptr/commits/v0.7.1) --- updated-dependencies: - dependency-name: json-patch dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: k8s - dependency-name: k8s-openapi dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: kube dependency-version: 0.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s - dependency-name: jsonptr dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 598b6db commit b425936

File tree

2 files changed

+50
-28
lines changed

2 files changed

+50
-28
lines changed

Cargo.lock

Lines changed: 46 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ edition = "2021"
99
anyhow = "1.0.98"
1010
axum = { version = "0.7.9", features = ["tracing", "http2", "macros"] }
1111
axum-server = { version = "0.7.2", features = ["rustls", "tls-rustls"] }
12-
json-patch = "3.0.1"
13-
k8s-openapi = { version = "0.24.0", default-features = false, features = ["v1_30", "schemars"] }
14-
kube = { version = "0.98.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
12+
json-patch = "4.0.0"
13+
k8s-openapi = { version = "0.25.0", default-features = false, features = ["v1_30", "schemars"] }
14+
kube = { version = "1.1.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
1515
log = { version = "0.4.27", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
1616
schemars = { version = "0.8.22", features = ["derive_json_schema"] }
1717
serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
@@ -25,7 +25,7 @@ opentelemetry-otlp = { version = "0.27.0", features = ["opentelemetry-http"] }
2525
opentelemetry-semantic-conventions = { version = "0.27.0", features = ["semconv_experimental"] }
2626
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
2727
schematic = "0.18.8"
28-
jsonptr = "0.6.3"
28+
jsonptr = "0.7.1"
2929
rustls = { version = "0.23.27", features = ["ring"] }
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)