Skip to content

Commit

Permalink
Merge pull request #308 from RoaringBitmap/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade Dependencies
  • Loading branch information
Kerollmops authored Jan 8, 2025
2 parents 27743fb + fce866f commit 275840c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ resolver = "2"
roaring = { path = "roaring" }

bincode = "1.3.3"
bytemuck = "1.16.1"
bytemuck = "1.21.0"
byteorder = "1.5.0"
criterion = "0.3"
git2 = { version = "0.19", default-features = false }
criterion = "0.5"
git2 = { version = "0.20", 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"
itertools = "0.14"
once_cell = "1.20"
proptest = "1.6.0"
serde = "1.0.217"
serde_json = "1.0.135"
zip = { version = "0.6", default-features = false }

[profile.test]
Expand Down

0 comments on commit 275840c

Please sign in to comment.