Update crates

This commit is contained in:
hurl-bot 2023-08-08 03:01:40 +00:00
parent 67351c9925
commit b17f79af36
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 12 additions and 12 deletions

16
Cargo.lock generated
View File

@ -190,9 +190,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cc"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
dependencies = [
"libc",
]
@ -217,18 +217,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.19"
version = "4.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.3.19"
version = "4.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
dependencies = [
"anstream",
"anstyle",
@ -1037,9 +1037,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.182"
version = "1.0.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb30a74471f5b7a1fa299f40b4bf1be93af61116df95465b2b5fc419331e430"
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
[[package]]
name = "serde_json"

View File

@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.21.2"
brotli = "3.3.4"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
clap = { version = "4.3.19", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.3.21", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.4"
curl = "0.4.44"
curl-sys = "0.4.65"
@ -36,7 +36,7 @@ libxml = "0.3.3"
md5 = "0.7.0"
percent-encoding = "2.3.0"
regex = "1.9.3"
serde = "1.0.182"
serde = "1.0.183"
serde_json = "1.0.104"
sha2 = "0.10.7"
url = "2.4.0"
@ -52,5 +52,5 @@ termion = "2.0.1"
winres = "0.1.12"
[build-dependencies]
cc = "1.0.81"
cc = "1.0.82"

View File

@ -15,7 +15,7 @@ strict = []
[dependencies]
base64 = "0.21.2"
clap = { version = "4.3.19", features = ["cargo", "wrap_help"] }
clap = { version = "4.3.21", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.3"