Optimize cache management
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-04 18:51:46 +01:00
parent 944e7dd00d
commit 3d19a0eba2
18 changed files with 85 additions and 21 deletions

15
Cargo.lock generated
View File

@@ -583,10 +583,12 @@ dependencies = [
"base64 0.22.1",
"bcrypt",
"bincode",
"build-time",
"chrono",
"clap",
"digest 0.11.0-rc.4",
"env_logger",
"httpdate",
"include_dir",
"jwt-simple",
"lazy-regex",
@@ -722,6 +724,19 @@ dependencies = [
"alloc-stdlib",
]
[[package]]
name = "build-time"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1219c19fc29b7bfd74b7968b420aff5bc951cf517800176e795d6b2300dd382"
dependencies = [
"chrono",
"once_cell",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "bumpalo"
version = "3.19.0"