Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* Bump anyhow to 1.0.72
* Bump clap to 4.3.14
* Bump serde_json to 1.0.103

Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Jul 17, 2023
1 parent 3a9e402 commit 748bf0f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ include = [
]

[dependencies]
anyhow = "^1.0.71"
anyhow = "^1.0.72"
async-dup = "^1.2.2"
async-io = "^1.13.0"
clap = { version = "^4.3.11", features = ["derive"] }
clap = { version = "^4.3.14", features = ["derive"] }
futures = "^0.3.28"
futures-lite = "^1.13.0"
hex = "^0.4.3"
Expand All @@ -40,7 +40,7 @@ nom = "^7.1.3"
paw = "^1.0.0"
prettytable-rs = { version = "^0.10.0", default-features = false }
serde = { version = "^1.0.171", features = ["derive"] }
serde_json = "^1.0.100"
serde_json = "^1.0.103"
time = "^0.3.23"
rand = "^0.8.5"
regex = "^1.9.1"
Expand Down
4 changes: 2 additions & 2 deletions command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [
]

[dependencies]
anyhow = "^1.0.71"
anyhow = "^1.0.72"
hex = "^0.4.3"
libc = "^0.2.147"
log = "^0.4.19"
Expand All @@ -41,7 +41,7 @@ pem = "^2.0.1"
prost = "^0.11.9"
rand = "^0.8.5"
serde = { version = "^1.0.171", features = ["derive"] }
serde_json = "^1.0.100"
serde_json = "^1.0.103"
sha2 = "^0.10.7"
trailer = "^0.1.2"
pool = "^0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include = [
]

[dependencies]
anyhow = "^1.0.71"
anyhow = "^1.0.72"
cookie-factory = "^0.3.2"
foreign-types-shared = "^0.3.1"
hdrhistogram = "^7.5.2"
Expand Down

0 comments on commit 748bf0f

Please sign in to comment.