Update crates

This commit is contained in:
hurl-bot 2024-01-22 03:01:46 +00:00
parent 2a0a2518ee
commit 44ec1868ab
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -865,9 +865,9 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
[[package]]
name = "regex"
version = "1.10.2"
version = "1.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
dependencies = [
"aho-corasick",
"memchr",
@ -877,9 +877,9 @@ dependencies = [
[[package]]
name = "regex-automata"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -34,7 +34,7 @@ libflate = "2.0.0"
libxml = "0.3.3"
md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.10.2"
regex = "1.10.3"
serde = "1.0.195"
serde_json = { version = "1.0.111", features = ["arbitrary_precision"] }
sha2 = "0.10.8"

View File

@ -12,4 +12,4 @@ repository = "https://github.com/Orange-OpenSource/hurl"
[dependencies]
float-cmp = "0.9.0"
libxml = "0.3.3"
regex = "1.10.2"
regex = "1.10.3"

View File

@ -15,7 +15,7 @@ base64 = "0.21.7"
clap = { version = "4.4.18", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.2"
regex = "1.10.3"
[dev-dependencies]
proptest = "1.4.0"