chore: remove orphan test_cache.rs and unused memmap2 dependency

This commit is contained in:
Dionisio
2026-02-15 21:20:20 +01:00
parent 1527223d62
commit 6e1b77f244
3 changed files with 0 additions and 73 deletions
Generated
-10
View File
@@ -1551,15 +1551,6 @@ version = "2.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "memmap2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
dependencies = [
"libc",
]
[[package]]
name = "mime"
version = "0.3.17"
@@ -1772,7 +1763,6 @@ dependencies = [
"jsonwebtoken",
"lru",
"md5",
"memmap2",
"mime_guess",
"mockall",
"moka",