Skip to content

Commit

Permalink
build(deps): bump json-patch from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [json-patch](https://github.com/idubrov/json-patch) from 1.0.0 to 1.1.0.
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 2920151 commit d89b2dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["tracing", "http2", "macros"] }
axum-server = { version = "0.5.1", features = ["rustls", "tls-rustls"] }
json-patch = "1.0.0"
json-patch = "1.1.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_24", "schemars"] }
kube = { version = "0.86.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
log = { version = "0.4.20", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
Expand Down

0 comments on commit d89b2dd

Please sign in to comment.