Skip to content

Commit

Permalink
Merge pull request #50 from meilisearch/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Kerollmops authored Nov 26, 2023
2 parents e5905ea + 9e7b528 commit 9127657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ license = "MIT"
bytemuck = { version = "1.7.0", features = ["derive"] }
byteorder = "1.3.4"
flate2 = { version = "1.0", optional = true }
lz4_flex = { version = "0.9.2", 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.10.0", optional = true }
zstd = { version = "0.13.0", optional = true }

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
Expand Down

0 comments on commit 9127657

Please sign in to comment.