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 }