Skip to content

Commit 79c3dcc

Browse files
authored
Merge pull request #343 from Nullus157/dependabot/cargo/brotli-8.0
chore(deps): update brotli requirement from 7.0 to 8.0
2 parents a642a55 + efba501 commit 79c3dcc

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)