Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Jun 20, 2024
1 parent 5f63840 commit 94beb9b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ license = "MIT"
edition = "2021"

[dependencies]
bytemuck = { version = "1.14.0", features = ["derive", "extern_crate_alloc"] }
bytemuck = { version = "1.16.1", features = ["derive", "extern_crate_alloc"] }
byteorder = "1.5.0"
heed = { version = "0.20.1", default-features = false }
log = "0.4.20"
memmap2 = "0.9.0"
ordered-float = "4.1.1"
heed = { version = "0.20.2", default-features = false }
log = "0.4.21"
memmap2 = "0.9.4"
ordered-float = "4.2.0"
rand = { version = "0.8.5", features = ["alloc"] }
rayon = "1.8.0"
roaring = "0.10.2"
tempfile = "3.8.1"
thiserror = "1.0.50"
rayon = "1.10.0"
roaring = "0.10.5"
tempfile = "3.10.1"
thiserror = "1.0.61"

[dev-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
arbitrary = { version = "1.3.2", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
env_logger = "0.10.1"
clap = { version = "4.5.7", features = ["derive"] }
env_logger = "0.11.3"
insta = "1.39.0"
instant-distance = "0.6.1"
rand = { version = "0.8.5", features = ["std_rng"] }
tempfile = "3.8.1"
tempfile = "3.10.1"

[features]
default = []
Expand Down

0 comments on commit 94beb9b

Please sign in to comment.