-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from hoprnet/dependabot/cargo/json-patch-1.2.0
Bump json-patch from 1.1.0 to 1.2.0
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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" | ||
|