Skip to content

Commit 3d47c27

Browse files
committed
Update crates
1 parent 1313546 commit 3d47c27

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
2222
base64 = "0.22.1"
2323
brotli = "8.0.2"
2424
chrono = { version = "0.4.44", default-features = false, features = ["clock"] }
25-
clap = { version = "4.5.60", features = ["string", "wrap_help"] }
25+
clap = { version = "4.6.0", features = ["string", "wrap_help"] }
2626
curl = "0.4.49"
27-
curl-sys = "0.4.85"
27+
curl-sys = "0.4.85+curl-8.18.0"
2828
encoding_rs = "0.8.35"
2929
glob = "0.3.3"
3030
hurl_core = { version = "8.0.0-SNAPSHOT", path = "../hurl_core" }
3131
libflate = "2.2.1"
3232
libxml = "0.3.8"
33-
md5 = "0.7.0"
33+
md5 = "0.8.0"
3434
percent-encoding = "2.3.2"
3535
regex = "1.12.3"
3636
serde = { version = "1.0.228", features = ["derive"] }

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.94.0"
1212

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.5.60", features = ["cargo", "wrap_help"] }
15+
clap = { version = "4.6.0", features = ["cargo", "wrap_help"] }
1616
hurl_core = { version = "8.0.0-SNAPSHOT", path = "../hurl_core" }
1717
regex = "1.12.3"
1818

0 commit comments

Comments
 (0)