From c48d8719c18b48fe94f55d64f2799b70115ee238 Mon Sep 17 00:00:00 2001 From: Hexin Date: Sat, 11 Apr 2026 06:44:58 +0900 Subject: [PATCH] Revert "Bump hashbrown from 0.16.1 to 0.17.0 (#505)" This reverts commit 7bc9b66161b2635c792122e0d6821b6119a293e9. --- Cargo.lock | 8 +------- seitai/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6595dec..a77b906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,12 +1326,6 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" - -[[package]] -name = "hashbrown" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" dependencies = [ "allocator-api2", "equivalent", @@ -3679,7 +3673,7 @@ dependencies = [ "clap", "database", "futures", - "hashbrown 0.17.0", + "hashbrown 0.16.1", "http-body-util", "hyper", "hyper-util", diff --git a/seitai/Cargo.toml b/seitai/Cargo.toml index 7b3db91..ed842dc 100644 --- a/seitai/Cargo.toml +++ b/seitai/Cargo.toml @@ -17,7 +17,7 @@ path = "../crates/database" version = "0.3.32" [dependencies.hashbrown] -version = "0.17.0" +version = "0.16.1" [dependencies.http-body-util] workspace = true