Update crates

This commit is contained in:
hurl-bot 2025-10-31 03:20:40 +00:00
parent 0086f8585a
commit 1ddd00c432
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1171,9 +1171,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "unicode-ident"
version = "1.0.20"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "url"

View File

@ -22,7 +22,7 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.1"
brotli = "8.0.2"
chrono = { version = "0.4.42", default-features = false, features = ["clock"] }
clap = { version = "4.5.50", features = ["string", "wrap_help"] }
clap = { version = "4.5.51", features = ["string", "wrap_help"] }
curl = "0.4.49"
curl-sys = "0.4.83"
encoding_rs = "0.8.35"

View File

@ -12,7 +12,7 @@ rust-version = "1.90.0"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.50", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.51", features = ["cargo", "wrap_help"] }
hurl_core = { version = "7.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.12.2"