This commit is contained in:
houseme
2025-11-24 23:25:33 +08:00
parent dd181f4ebf
commit 7c4660cb92
8 changed files with 379 additions and 357 deletions
Generated
+11 -2
View File
@@ -705,7 +705,7 @@ dependencies = [
"http 0.2.12",
"http 1.3.1",
"http-body 0.4.6",
"lru",
"lru 0.12.5",
"percent-encoding",
"regex-lite",
"sha2 0.10.9",
@@ -4881,6 +4881,15 @@ dependencies = [
"hashbrown 0.15.5",
]
[[package]]
name = "lru"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
dependencies = [
"hashbrown 0.16.1",
]
[[package]]
name = "lru-slab"
version = "0.1.2"
@@ -6949,7 +6958,7 @@ dependencies = [
"hyper-util",
"jemalloc_pprof",
"libsystemd",
"lru",
"lru 0.16.2",
"matchit 0.9.0",
"md5",
"metrics",