Skip to content

Commit

Permalink
Bump the k8s group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the k8s group with 3 updates in the / directory: [json-patch](https://github.com/idubrov/json-patch), [kube](https://github.com/kube-rs/kube) and [jsonptr](https://github.com/chanced/jsonptr).


Updates `json-patch` from 2.0.0 to 3.0.1
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v2.0.0...v3.0.1)

Updates `kube` from 0.96.0 to 0.97.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.96.0...0.97.0)

Updates `jsonptr` from 0.4.7 to 0.6.3
- [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)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: k8s
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: jsonptr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent dfcf23f commit 04a0295
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 43 deletions.
88 changes: 48 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2021"
anyhow = "1.0.93"
axum = { version = "0.7.9", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.7.1", features = ["rustls", "tls-rustls"] }
json-patch = "2.0.0"
json-patch = "3.0.1"
k8s-openapi = { version = "0.23.0", default-features = false, features = ["v1_30", "schemars"] }
kube = { version = "0.96.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
kube = { version = "0.97.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
log = { version = "0.4.22", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
schemars = { version = "0.8.21", features = ["derive_json_schema"] }
serde = { version = "1.0.215", features = ["serde_derive", "derive"] }
Expand All @@ -25,7 +25,7 @@ opentelemetry-otlp = { version = "0.26.0", features = ["opentelemetry-http"] }
opentelemetry-semantic-conventions = { version = "0.26.0", features = ["semconv_experimental"] }
opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }
schematic = "0.17.6"
jsonptr = "0.4.7"
jsonptr = "0.6.3"
rustls = { version = "0.23.19", features = ["ring"] }

[dev-dependencies]
Expand Down

0 comments on commit 04a0295

Please sign in to comment.