From 33c9f7d7a2784b1afc89d2732ff4a60197edaf8f Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Thu, 16 Feb 2023 08:06:17 +0000 Subject: [PATCH] Update crates --- Cargo.lock | 20 ++++++++++---------- packages/hurl/Cargo.toml | 2 +- packages/hurlfmt/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b1b2cef..fb2ee3915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_lex", @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90d59d9acd2a682b4e40605a242f6670eaa58c5957471cbf85e8aa6a0b97a5e8" +checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" dependencies = [ "cc", "cxxbridge-flags", @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfa40bda659dd5c864e65f4c9a2b0aff19bea56b017b9b77c73d3766a453a38" +checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" dependencies = [ "cc", "codespan-reporting", @@ -289,15 +289,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "457ce6757c5c70dc6ecdbda6925b958aae7f959bda7d8fb9bde889e34a09dc03" +checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" [[package]] name = "cxxbridge-macro" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf883b7aacd7b2aeb2a7b338648ee19f57c140d4ee8e52c68979c6b2f7f2263" +checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" dependencies = [ "proc-macro2", "quote", diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index 90466452b..92cb71436 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -21,7 +21,7 @@ atty = "0.2.14" base64 = "0.21.0" brotli = "3.3.4" chrono = { version = "0.4.23", default-features = false, features = ["clock"] } -clap = { version = "4.1.4", features = ["cargo", "string", "wrap_help"] } +clap = { version = "4.1.6", features = ["cargo", "string", "wrap_help"] } colored = "2.0.0" curl = "0.4.44" encoding = "0.2.33" diff --git a/packages/hurlfmt/Cargo.toml b/packages/hurlfmt/Cargo.toml index bbccd6d34..e8c5a63c8 100644 --- a/packages/hurlfmt/Cargo.toml +++ b/packages/hurlfmt/Cargo.toml @@ -16,7 +16,7 @@ strict = [] [dependencies] atty = "0.2.14" base64 = "0.21.0" -clap = { version = "4.1.4", features = ["cargo", "wrap_help"] } +clap = { version = "4.1.6", features = ["cargo", "wrap_help"] } colored = "2.0.0" hurl_core = { version = "2.1.0-SNAPSHOT", path = "../hurl_core" } regex = "1.7.1"