Optimize cache management
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
15
Cargo.lock
generated
15
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user