Update crates
This commit is contained in:
parent
0086f8585a
commit
1ddd00c432
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue