Skip to content

Commit

Permalink
Update all cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Nov 11, 2024
1 parent 5de7fbd commit b2d0425
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 @@ -26,21 +26,21 @@ rustversion = "1.0" # Compile-time cfg based on rustc version for compatibility

[dev-dependencies]
rand = "0.8"
lazy_static = { version = "1.4" }
itertools = "0.12.0"
lazy_static = { version = "1.5" }
itertools = "0.12.1"
# Benchmarks
criterion = { version = "0.5.1" }
# Other hash algorithms, for comparison.
ahash = "0.8.6"
t1ha = "0.1.0"
ahash = "0.8.11"
t1ha = "0.1.2"
twox-hash = "1.6.3"
highway = "1.1.0"
highway = "1.2.0"
seahash = "4.1.0"
metrohash = "1.0.6"
fnv = "1.0.3"
fnv = "1.0.7"

[dev-dependencies.plotters]
version = "0.3.5"
version = "0.3.7"
default-features = false
features = ["plotters-svg", "line_series"]

Expand All @@ -62,4 +62,4 @@ harness = false

[[bench]]
name = "quality"
harness = false
harness = false

0 comments on commit b2d0425

Please sign in to comment.