Update crates

This commit is contained in:
hurl-bot 2025-09-30 03:12:47 +00:00
parent 55f0b1c16f
commit 8921bc708e
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
4 changed files with 18 additions and 18 deletions

24
Cargo.lock generated
View File

@ -76,9 +76,9 @@ dependencies = [
[[package]]
name = "anstyle"
version = "1.0.11"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
[[package]]
name = "anstyle-parse"
@ -183,9 +183,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "cc"
version = "1.2.38"
version = "1.2.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9"
checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
dependencies = [
"find-msvc-tools",
"shlex",
@ -878,9 +878,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.40"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
dependencies = [
"proc-macro2",
]
@ -1012,9 +1012,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.227"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
@ -1022,18 +1022,18 @@ dependencies = [
[[package]]
name = "serde_core"
version = "1.0.227"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.227"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",

View File

@ -29,11 +29,11 @@ encoding_rs = "0.8.35"
glob = "0.3.3"
hurl_core = { version = "7.1.0-SNAPSHOT", path = "../hurl_core" }
libflate = "2.1.0"
libxml = "0.3.7"
libxml = "0.3.8"
md5 = "0.7.0"
percent-encoding = "2.3.2"
regex = "1.11.2"
serde = { version = "1.0.225", features = ["derive"] }
regex = "1.11.3"
serde = { version = "1.0.227", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
sha2 = "0.10.9"
url = "2.5.7"

View File

@ -11,8 +11,8 @@ repository = "https://github.com/Orange-OpenSource/hurl"
[dependencies]
colored = "3.0.0"
libxml = "0.3.7"
regex = "1.11.2"
libxml = "0.3.8"
regex = "1.11.3"
[lints]
workspace = true

View File

@ -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.2"
regex = "1.11.3"
[lints]