From 23280e99caf663434dbdb5a2cb6345865aa12eee Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Mon, 11 Nov 2024 22:20:32 +0100 Subject: [PATCH] Update all cargo dependencies (#106) --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e410fa6..7f367a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -62,4 +62,4 @@ harness = false [[bench]] name = "quality" -harness = false \ No newline at end of file +harness = false