Skip to content

Commit efba501

Browse files
chore(deps): update brotli requirement from 7.0 to 8.0
--- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a642a55 commit efba501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"]
3535
deflate64 = ["dep:deflate64"]
3636

3737
[dependencies]
38-
brotli = { version = "7.0", optional = true }
38+
brotli = { version = "8.0", optional = true }
3939
bzip2 = { version = "0.5.0", optional = true }
4040
flate2 = { version = "1.0.13", optional = true }
4141
futures-core = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)