update cached
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-01-25 18:30:46 +01:00
parent 62eacf879e
commit f4e01449cc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -560,9 +560,9 @@ dependencies = [
[[package]]
name = "cached"
version = "0.47.0"
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b0116662497bc24e4b177c90eaf8870e39e2714c3fcfa296327a93f593fc21"
checksum = "355face540df58778b96814c48abb3c2ed67c4878a8087ab1819c1fedeec505f"
dependencies = [
"ahash 0.8.3",
"async-trait",
@ -578,9 +578,9 @@ dependencies = [
[[package]]
name = "cached_proc_macro"
version = "0.18.1"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c878c71c2821aa2058722038a59a67583a4240524687c6028571c9b395ded61f"
checksum = "9d52f526f7cbc875b296856ca8c964a9f6290556922c303a8a3883e3c676e6a1"
dependencies = [
"darling",
"proc-macro2",
@ -590,9 +590,9 @@ dependencies = [
[[package]]
name = "cached_proc_macro_types"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
[[package]]
name = "cc"

View file

@ -12,7 +12,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
actix-web = { version = "4.4", default-features = false, features = ["macros", "compress-brotli"] }
actix-files = "0.6"
cached = { version = "0.47", features = ["async"] }
cached = { version = "0.48", features = ["async"] }
ramhorns = "0.14"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }