diff --git a/Cargo.lock b/Cargo.lock index f219d9a546..c2902229a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,17 +756,6 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbc0bcb5424e8e1f29c21a00f2d222df5e8e9779732ff03f840315d8fbac708e" -[[package]] -name = "brotli" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - [[package]] name = "brotli" version = "7.0.0" @@ -3623,7 +3612,7 @@ dependencies = [ "alphanumeric-sort", "base64 0.22.1", "bracoxide", - "brotli 6.0.0", + "brotli", "byteorder", "bytesize", "calamine", @@ -3936,7 +3925,7 @@ dependencies = [ name = "nu-protocol" version = "0.101.1" dependencies = [ - "brotli 6.0.0", + "brotli", "bytes", "chrono", "chrono-humanize", @@ -5164,7 +5153,7 @@ dependencies = [ "ahash", "async-stream", "base64 0.22.1", - "brotli 7.0.0", + "brotli", "bytemuck", "ethnum", "flate2", diff --git a/Cargo.toml b/Cargo.toml index e9234036dd..06781d7ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ ansi-str = "0.8" anyhow = "1.0.82" base64 = "0.22.1" bracoxide = "0.1.4" -brotli = "6.0" +brotli = "7.0" byteorder = "1.5" bytes = "1" bytesize = "1.3"