Skip to content

Commit

Permalink
Update brotli requirement from 3.3 to 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [brotli](https://github.com/dropbox/rust-brotli) to permit the latest version.
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](dropbox/rust-brotli@3.3.2...5.0.0)

---
updated-dependencies:
- dependency-name: brotli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 53136a3 commit 4e89354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"
[dependencies]
rand = { version = "0.8", default-features = false, features = ["getrandom", "std"]}
rand_chacha = { version = "0.3", default-features = false}
brotli = { version = "3.3", default-features = false, features = ["std"]}
brotli = { version = "5.0", default-features = false, features = ["std"]}
bitflags = { version = "2.1", default-features = false, features = ["serde"]}
byteorder = { version = "1.3", default-features = false, features = ["std"] }
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 4e89354

Please sign in to comment.