Update crates

This commit is contained in:
hurl-bot 2024-03-02 03:02:04 +00:00
parent 1a2ee34d91
commit aac83805a7
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -115,9 +115,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.21.7"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[package]]
name = "bit-set"

View File

@ -17,7 +17,7 @@ name = "hurl"
vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
[dependencies]
base64 = "0.21.7"
base64 = "0.22.0"
brotli = "3.4.0"
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
clap = { version = "4.5.1", features = ["cargo", "string", "wrap_help"] }

View File

@ -11,7 +11,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
rust-version = "1.73.0"
[dependencies]
base64 = "0.21.7"
base64 = "0.22.0"
clap = { version = "4.5.1", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }