Skip to content

Commit 04f6934

Browse files
committed
Update crates
1 parent 338d64a commit 04f6934

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hurl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
2222
base64 = "0.22.1"
2323
brotli = "8.0.2"
2424
chrono = { version = "0.4.42", default-features = false, features = ["clock"] }
25-
clap = { version = "4.5.53", features = ["string", "wrap_help"] }
25+
clap = { version = "4.5.54", features = ["string", "wrap_help"] }
2626
curl = "0.4.49"
2727
curl-sys = "0.4.84"
2828
encoding_rs = "0.8.35"

packages/hurlfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.92.0"
1212

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.5.53", features = ["cargo", "wrap_help"] }
15+
clap = { version = "4.5.54", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "7.2.0-SNAPSHOT", path = "../hurl_core" }
1717
regex = "1.12.2"
1818

0 commit comments

Comments
 (0)