From 2ef34a3b4b4aa40442dcc67a1df3231c426f1a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:31:50 +0000 Subject: [PATCH] Bump wax from 0.5.0 to 0.6.0 (#10574) --- Cargo.lock | 60 ++++-------------------------------- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 55 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d1293f69..5d60c5a82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" dependencies = [ "anstyle", - "bstr 1.6.2", + "bstr", "doc-comment", "predicates", "predicates-core", @@ -452,26 +452,6 @@ dependencies = [ "alloc-stdlib", ] -[[package]] -name = "brownstone" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5839ee4f953e811bfdcf223f509cb2c6a3e1447959b0bff459405575bc17f22" -dependencies = [ - "arrayvec 0.7.4", -] - -[[package]] -name = "bstr" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" -dependencies = [ - "lazy_static", - "memchr", - "regex-automata 0.1.10", -] - [[package]] name = "bstr" version = "1.6.2" @@ -479,7 +459,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" dependencies = [ "memchr", - "regex-automata 0.3.9", + "regex-automata", "serde", ] @@ -1863,12 +1843,6 @@ dependencies = [ "unicode-normalization", ] -[[package]] -name = "indent_write" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cfe9645a18782869361d9c8732246be7b410ad4e919d3609ebabdac00ba12c3" - [[package]] name = "indexmap" version = "1.9.3" @@ -2604,19 +2578,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "nom-supreme" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd3ae6c901f1959588759ff51c95d24b491ecb9ff91aa9c2ef4acc5b1dcab27" -dependencies = [ - "brownstone", - "indent_write", - "joinery", - "memchr", - "nom", -] - [[package]] name = "notify" version = "6.1.1" @@ -4318,16 +4279,10 @@ checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.3.9", + "regex-automata", "regex-syntax 0.7.5", ] -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" - [[package]] name = "regex-automata" version = "0.3.9" @@ -5867,18 +5822,15 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wax" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06c7a3bac6110ac062b7b422a442b7ee23e07209e2784a036654cab1e71bbafc" +checksum = "8d12a78aa0bab22d2f26ed1a96df7ab58e8a93506a3e20adb47c51a93b4e1357" dependencies = [ - "bstr 0.2.17", "const_format", - "itertools 0.10.5", + "itertools 0.11.0", "nom", - "nom-supreme", "pori", "regex", - "smallvec", "thiserror", "walkdir", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 2dfd8ddf5..21d8cb4c8 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -89,7 +89,7 @@ ureq = { version = "2.8", default-features = false, features = ["charset", "gzip url = "2.2" uu_cp = "0.0.21" uuid = { version = "1.3", features = ["v4"] } -wax = { version = "0.5" } +wax = { version = "0.6" } which = { version = "4.4", optional = true } bracoxide = "0.1.2" chardetng = "0.1.17"