1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-30 21:27:45 +00:00

chore: remove rustc-hash dependency, not much overhead

This commit is contained in:
RGBCube 2025-05-09 17:56:50 +03:00 committed by bloxx12
parent d85e9ec3b0
commit 021c972a0f
4 changed files with 10 additions and 24 deletions

7
Cargo.lock generated
View file

@ -190,7 +190,6 @@ dependencies = [
"ref-cast",
"regex",
"rusqlite",
"rustc-hash",
"size",
"unicode-width",
"yansi",
@ -460,12 +459,6 @@ dependencies = [
"smallvec",
]
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "serde"
version = "1.0.219"