Update crates
This commit is contained in:
parent
4bc3ef432b
commit
de7f2a0f4d
|
|
@ -423,14 +423,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
||||
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"r-efi",
|
||||
"wasi",
|
||||
"wasip2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1227,15 +1227,6 @@ version = "0.9.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||||
|
||||
[[package]]
|
||||
name = "wasi"
|
||||
version = "0.14.7+wasi-0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
|
||||
dependencies = [
|
||||
"wasip2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasip2"
|
||||
version = "1.0.1+wasi-0.2.4"
|
||||
|
|
|
|||
|
|
@ -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.48", features = ["string", "wrap_help"] }
|
||||
clap = { version = "4.5.49", features = ["string", "wrap_help"] }
|
||||
curl = "0.4.49"
|
||||
curl-sys = "0.4.83"
|
||||
encoding_rs = "0.8.35"
|
||||
|
|
@ -32,7 +32,7 @@ libflate = "2.1.0"
|
|||
libxml = "0.3.8"
|
||||
md5 = "0.7.0"
|
||||
percent-encoding = "2.3.2"
|
||||
regex = "1.12.1"
|
||||
regex = "1.12.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
|
||||
sha2 = "0.10.9"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
|
|||
[dependencies]
|
||||
colored = "3.0.0"
|
||||
libxml = "0.3.8"
|
||||
regex = "1.12.1"
|
||||
regex = "1.12.2"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ rust-version = "1.90.0"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.48", features = ["cargo", "wrap_help"] }
|
||||
clap = { version = "4.5.49", features = ["cargo", "wrap_help"] }
|
||||
hurl_core = { version = "7.1.0-SNAPSHOT", path = "../hurl_core" }
|
||||
regex = "1.12.1"
|
||||
regex = "1.12.2"
|
||||
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Reference in New Issue