Skip to content

Commit cc80174

Browse files
renovate[bot]zdz
authored andcommitted
Update Rust crate clap to 4.4
1 parent 352987a commit cc80174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chrono = "0.4"
2222
anyhow = "1"
2323
bytes = {version = "1", features = ["serde"]}
2424
chrono = "0.4"
25-
clap = {version = "4.3", features = ["derive", "unicode", "env"]}
25+
clap = {version = "4.4", features = ["derive", "unicode", "env"]}
2626
fastrand = "1.9.0"
2727
hyper = {version = "0.14", features = ["full"]}
2828
lazy_static = "1.4"

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anyhow = "1"
2323
axum = {version = "0.6.18", features = ["headers"]}
2424
bytes = {version = "1", features = ["serde"]}
2525
chrono = "0.4"
26-
clap = {version = "4.3", features = ["derive", "unicode"]}
26+
clap = {version = "4.4", features = ["derive", "unicode"]}
2727
futures-util = {version = "0.3", default-features = false}
2828
hyper = {version = "0.14", features = ["full"]}
2929
jsonwebtoken = "8.3"

0 commit comments

Comments
 (0)