Skip to content

Commit b1f5aed

Browse files
committed
bump version of brotli-decompressor to return Result<Write,Write> for decompressor into_inner
1 parent b18bb24 commit b1f5aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "brotli"
3-
version = "3.2.1"
3+
version = "3.3.0"
44
authors = ["Daniel Reiter Horn <[email protected]>", "The Brotli Authors"]
55
description = "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe."
66
license = "BSD-3-Clause/MIT"
@@ -27,7 +27,7 @@ incremental=false
2727

2828
[dependencies]
2929
"alloc-no-stdlib" = {version="2.0"}
30-
"brotli-decompressor" = {version="~2.2", default-features=false}
30+
"brotli-decompressor" = {version="~2.3", default-features=false}
3131
"alloc-stdlib" = {version="~0.2", optional=true}
3232
"packed_simd" = {version="0.3", optional=true}
3333
"sha2" = {version="~0.8", optional=true}

0 commit comments

Comments
 (0)