From 66f7aadf21cfc367a6c682e807f44c0749d8856f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:11:24 +0000 Subject: [PATCH] chore(deps): update brotli requirement from 7 to 8 Updates the requirements on [brotli](https://github.com/dropbox/rust-brotli) to permit the latest version. - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/compare/7.0.0...8.0.4) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/resuma/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/resuma/Cargo.toml b/crates/resuma/Cargo.toml index 8958777..1bcbd3b 100644 --- a/crates/resuma/Cargo.toml +++ b/crates/resuma/Cargo.toml @@ -51,7 +51,7 @@ futures-util = { version = "0.3", default-features = false, features = ["std"] async-stream = "0.3" serde_urlencoded = "0.7" flate2 = "1" -brotli = "7" +brotli = "8" getrandom = { workspace = true } ctor = { workspace = true } walkdir = { workspace = true }