]> Repositorios git - scryer-prolog.git/commitdiff
remove hashbrown crate
authorMark Thom <[email protected]>
Tue, 13 Jan 2026 06:13:02 +0000 (22:13 -0800)
committerMark Thom <[email protected]>
Thu, 15 Jan 2026 04:39:48 +0000 (20:39 -0800)
Cargo.lock
Cargo.toml

index a605ccf3d11123fd450d9958b3ec180fca0062df..4fa6192577f0dbd486f711bde43090f10e925fac 100644 (file)
@@ -45,12 +45,6 @@ version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
 
-[[package]]
-name = "allocator-api2"
-version = "0.2.21"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
-
 [[package]]
 name = "android-tzdata"
 version = "0.1.1"
@@ -878,12 +872,6 @@ version = "1.0.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 
-[[package]]
-name = "foldhash"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
-
 [[package]]
 name = "foreign-types"
 version = "0.3.2"
@@ -1124,17 +1112,6 @@ version = "0.15.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 
-[[package]]
-name = "hashbrown"
-version = "0.16.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
-dependencies = [
- "allocator-api2",
- "equivalent",
- "foldhash",
-]
-
 [[package]]
 name = "headers"
 version = "0.3.9"
@@ -1479,7 +1456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 dependencies = [
  "equivalent",
- "hashbrown 0.15.3",
+ "hashbrown",
 ]
 
 [[package]]
@@ -2757,7 +2734,6 @@ dependencies = [
  "fxhash",
  "getrandom 0.2.16",
  "git-version",
- "hashbrown 0.16.1",
  "hostname",
  "iai-callgrind",
  "indexmap",
index 88682b6999b47bd9e285f9d3d9e21da923b36d74..5971a229a574d6fee602d9900e2d8b4eaa26f2f8 100644 (file)
@@ -88,7 +88,6 @@ ego-tree = "0.10.0"
 serde_json = "1.0.122"
 serde = "1.0.204"
 parking_lot = "0.12.4"
-hashbrown = "0.16.1"
 
 [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
 crossterm = { version = "0.28.1", optional = true }