diff --git a/Cargo.lock b/Cargo.lock index e38e756d034..399e86964b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,18 +218,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1" dependencies = [ "anstream", "anstyle", @@ -1570,9 +1570,9 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "xml-rs" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "yoke" diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index edd5f9c9c11..304e35f29ca 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -22,7 +22,7 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"] base64 = "0.22.1" brotli = "7.0.0" chrono = { version = "0.4.38", default-features = false, features = ["clock"] } -clap = { version = "4.5.21", features = ["cargo", "string", "wrap_help"] } +clap = { version = "4.5.22", features = ["cargo", "string", "wrap_help"] } curl = "0.4.47" curl-sys = "0.4.78" encoding = "0.2.33" @@ -39,7 +39,7 @@ serde = { version = "1.0.215", features = ["derive"] } serde_json = { version = "1.0.133", features = ["arbitrary_precision"] } sha2 = "0.10.8" url = "2.5.4" -xml-rs = { version = "0.8.23" } +xml-rs = { version = "0.8.24" } lazy_static = "1.5.0" # uuid features: lets you generate random UUIDs and use a faster (but still sufficiently random) RNG uuid = { version = "1.11.0", features = ["v4" , "fast-rng"] } diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index 09689c985fa..14b5d6c8037 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.78.0" [dependencies] base64 = "0.22.1" -clap = { version = "4.5.21", features = ["cargo", "wrap_help"] } +clap = { version = "4.5.22", features = ["cargo", "wrap_help"] } hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" } regex = "1.11.1"