Skip to content

Commit fa07a2f

Browse files
committed
Update crates
1 parent bfe3b24 commit fa07a2f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hurl/Cargo.toml

+1-1
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 = "7.0.0"
2424
chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
25-
clap = { version = "4.5.31", features = ["string", "wrap_help"] }
25+
clap = { version = "4.5.32", features = ["string", "wrap_help"] }
2626
curl = "0.4.47"
2727
curl-sys = "0.4.80"
2828
encoding = "0.2.33"

packages/hurlfmt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.85.0"
1212

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.5.31", features = ["cargo", "wrap_help"] }
15+
clap = { version = "4.5.32", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "6.1.0-SNAPSHOT", path = "../hurl_core" }
1717
regex = "1.11.1"
1818

0 commit comments

Comments
 (0)