Skip to content

Commit

Permalink
Merge pull request #198 from ANSSI-FR/dependabot/cargo/brotli-6.0
Browse files Browse the repository at this point in the history
Update brotli requirement from 3.3 to 6.0
  • Loading branch information
commial authored Jun 17, 2024
2 parents 6a3b9cc + 2aee876 commit 7ac531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Original file line number Diff line number Diff line change
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 = "6.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 7ac531c

Please sign in to comment.