Update crates
This commit is contained in:
parent
0ef7184790
commit
34d11ae27b
|
|
@ -413,9 +413,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
version = "0.14.7"
|
||||
version = "0.14.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
||||
checksum = "1dc8f7d2ded5f9209535e4b3fd4d39c002f30902ff5ce9f64e2c33d549576500"
|
||||
dependencies = [
|
||||
"typenum",
|
||||
"version_check",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ libflate = "2.1.0"
|
|||
libxml = "0.3.8"
|
||||
md5 = "0.7.0"
|
||||
percent-encoding = "2.3.2"
|
||||
regex = "1.11.3"
|
||||
regex = "1.12.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
|
||||
sha2 = "0.10.9"
|
||||
|
|
@ -50,7 +50,7 @@ termion = "4.0.5"
|
|||
winres = "0.1.12"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2.40"
|
||||
cc = "1.2.41"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
|
|||
[dependencies]
|
||||
colored = "3.0.0"
|
||||
libxml = "0.3.8"
|
||||
regex = "1.11.3"
|
||||
regex = "1.12.1"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ rust-version = "1.90.0"
|
|||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.48", features = ["cargo", "wrap_help"] }
|
||||
hurl_core = { version = "7.1.0-SNAPSHOT", path = "../hurl_core" }
|
||||
regex = "1.11.3"
|
||||
regex = "1.12.1"
|
||||
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Reference in New Issue