Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
GZTimeWalker committed Dec 9, 2024
1 parent 6c95247 commit f386328
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ resolver = "2"
[workspace.dependencies]
roaring = { path = "roaring" }

bincode = "1.3.3"
bytemuck = "1.16.1"
byteorder = "1.5.0"
criterion = "0.3"
bincode = "1.3"
bytemuck = "1.16"
byteorder = "1.5"
criterion = "0.5"
git2 = { version = "0.19", default-features = false }
indicatif = "0.17"
itertools = "0.13"
once_cell = "1.9"
proptest = "1.5.0"
serde = "1.0.203"
serde_json = "1.0.120"
zip = { version = "0.6", default-features = false }
serde = "1.0"
serde_json = "1.0"
zip = { version = "2.2", default-features = false }

[profile.test]
opt-level = 2

0 comments on commit f386328

Please sign in to comment.