From 5fa79e6e5f1983c5efa8a443f517ca4893f59d7f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Jan 2025 08:30:01 +0800
Subject: [PATCH] Bump brotli from 6.0.0 to 7.0.0 (#14949)
Bumps [brotli](https://github.com/dropbox/rust-brotli) from 6.0.0 to
7.0.0.
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 17 +++--------------
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 15 deletions(-)
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"