Skip to content

Commit

Permalink
Upgrade incompatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 7, 2025
1 parent 0358603 commit 915da12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ roaring = { path = "roaring" }
bincode = "1.3.3"
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"
itertools = "0.14"
once_cell = "1.20"
proptest = "1.6.0"
serde = "1.0.217"
Expand Down

0 comments on commit 915da12

Please sign in to comment.