Skip to content

Commit a826cf1

Browse files
committed
bump version of c extension crate
1 parent 1b2a153 commit a826cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crate-type=["cdylib", "staticlib", "rlib"]
1919
lto=true
2020

2121
[dependencies]
22-
"brotli" = {version="~3.1", default-features=false}
22+
"brotli" = {version="~3.2", default-features=false}
2323

2424
[features]
2525
validation=["brotli/validation"]

0 commit comments

Comments
 (0)