From 619211c1bfc4ed4e23befccbd445ec6cbccc39d5 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Wed, 23 Oct 2024 19:40:37 +0200 Subject: [PATCH] Bump `brotli` to 6.0.0 (#14161) This deduplicates our dependency on `brotli` --- Cargo.lock | 17 +++-------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c94206cd1..560aa76c9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,17 +476,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ada7f35ca622a86a4d6c27be2633fc6c243ecc834859628fcce0681d8e76e1c8" -[[package]] -name = "brotli" -version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19483b140a7ac7174d34b5a581b406c64f84da5409d3e09cf4fff604f9270e67" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - [[package]] name = "brotli" version = "6.0.0" @@ -3121,7 +3110,7 @@ dependencies = [ "alphanumeric-sort", "base64 0.22.1", "bracoxide", - "brotli 5.0.0", + "brotli", "byteorder", "bytesize", "calamine", @@ -3428,7 +3417,7 @@ dependencies = [ name = "nu-protocol" version = "0.99.2" dependencies = [ - "brotli 5.0.0", + "brotli", "byte-unit", "bytes", "chrono", @@ -4585,7 +4574,7 @@ dependencies = [ "ahash 0.8.11", "async-stream", "base64 0.22.1", - "brotli 6.0.0", + "brotli", "bytemuck", "ethnum", "flate2", diff --git a/Cargo.toml b/Cargo.toml index b9042f7c1b..92cfba87e3 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.2" -brotli = "5.0" +brotli = "6.0" byteorder = "1.5" bytes = "1" bytesize = "1.3"