Skip to content

Commit bbe0134

Browse files
build(deps): bump brotli from 7.0.0 to 8.0.0 (#3627)
* build(deps): bump brotli from 7.0.0 to 8.0.0 Bumps [brotli](https://github.com/dropbox/rust-brotli) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/commits) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
1 parent 2dd165d commit bbe0134

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-http/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Update `brotli` dependency to `8`.
6+
57
## 3.10.0
68

79
### Added

actix-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sha1 = { version = "0.10", optional = true }
139139
actix-tls = { version = "3.4", default-features = false, optional = true }
140140

141141
# compress-*
142-
brotli = { version = "7", optional = true }
142+
brotli = { version = "8", optional = true }
143143
flate2 = { version = "1.0.13", optional = true }
144144
zstd = { version = "0.13", optional = true }
145145

actix-web/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Update `brotli` dependency to `8`.
6+
57
## 4.10.2
68

79
- No significant changes since `4.10.1`.

actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ actix-files = "0.6"
173173
actix-test = { version = "0.1", features = ["openssl", "rustls-0_23"] }
174174
awc = { version = "3", features = ["openssl"] }
175175

176-
brotli = "7"
176+
brotli = "8"
177177
const-str = "0.5"
178178
core_affinity = "0.8"
179179
criterion = { version = "0.5", features = ["html_reports"] }

awc/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Update `brotli` dependency to `8`.
6+
57
## 3.6.0
68

79
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.

awc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ actix-tls = { version = "3.4", features = ["openssl", "rustls-0_23"] }
141141
actix-utils = "3"
142142
actix-web = { version = "4", features = ["openssl"] }
143143

144-
brotli = "7"
144+
brotli = "8"
145145
const-str = "0.5"
146146
env_logger = "0.11"
147147
flate2 = "1.0.13"

0 commit comments

Comments
 (0)