Skip to content

Commit

Permalink
Merge pull request #147 from hoprnet/dependabot/cargo/json-patch-1.2.0
Browse files Browse the repository at this point in the history
Bump json-patch from 1.1.0 to 1.2.0
  • Loading branch information
Teebor-Choka authored Oct 30, 2023
2 parents e2ff700 + 71b1db2 commit ec6b2f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hoprd_operator"
version = "0.1.45"
version = "0.1.46"
authors = ["HOPR Association <[email protected]>"]
edition = "2021"

Expand All @@ -27,7 +27,7 @@ async-recursion = "1.0.5"
# Add openssl-sys as a direct dependency so it can be cross compiled to
# x86_64-unknown-linux-musl using the "vendored" feature below
openssl-sys = "*"
json-patch = "1.1"
json-patch = "1.2"
serde_yaml = "0.9.25"
chrono = "0.4.31"
tracing = "0.1.40"
Expand Down

0 comments on commit ec6b2f7

Please sign in to comment.