Skip to content

Commit

Permalink
Merge pull request #54 from meilisearch/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Kerollmops committed Jul 2, 2024
2 parents ecf58d1 + a40a10f commit c0fd7f7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[package]
name = "grenad"
description = "Tools to sort, merge, write, and read immutable key-value pairs."
version = "0.4.6"
version = "0.4.7"
authors = ["Kerollmops <[email protected]>"]
repository = "https://github.com/meilisearch/grenad"
documentation = "https://docs.rs/grenad"
edition = "2018"
license = "MIT"

[dependencies]
bytemuck = { version = "1.7.0", features = ["derive"] }
byteorder = "1.3.4"
bytemuck = { version = "1.16.1", features = ["derive"] }
byteorder = "1.5.0"
flate2 = { version = "1.0", optional = true }
lz4_flex = { version = "0.11.1", optional = true }
rayon = { version = "1.7.0", optional = true }
snap = { version = "1.0.5", optional = true }
tempfile = { version = "3.2.0", optional = true }
zstd = { version = "0.13.0", optional = true }
lz4_flex = { version = "0.11.3", optional = true }
rayon = { version = "1.10.0", optional = true }
snap = { version = "1.1.1", optional = true }
tempfile = { version = "3.10.1", optional = true }
zstd = { version = "0.13.1", optional = true }

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
quickcheck = "0.9"
rand = "0.8.4"
grenad-0-4 = { version = "0.4.1", package = "grenad" }
rand = "0.8.5"
grenad-0-4 = { version = "0.4.6", package = "grenad" }

[[bench]]
name = "index-levels"
Expand Down

0 comments on commit c0fd7f7

Please sign in to comment.