Skip to content

Commit

Permalink
Merge 5be149b into 53136a3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
2 parents 53136a3 + 5be149b commit 073c74a
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 = "4.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 073c74a

Please sign in to comment.