Merge pull request 'fix(deps): update rust crate cached to 0.34.0' (#18) from renovate/cached-0.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/18
This commit is contained in:
imlonghao 2022-03-10 02:04:42 +00:00
commit 92573e4b9e
2 changed files with 15 additions and 32 deletions

45
Cargo.lock generated
View file

@ -269,25 +269,6 @@ dependencies = [
"yaml-rust",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-rwlock"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c"
dependencies = [
"async-mutex",
"event-listener",
]
[[package]]
name = "async-trait"
version = "0.1.52"
@ -299,6 +280,12 @@ dependencies = [
"syn",
]
[[package]]
name = "async_once"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
[[package]]
name = "autocfg"
version = "1.0.1"
@ -402,15 +389,17 @@ dependencies = [
[[package]]
name = "cached"
version = "0.33.0"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f66c8f6ae13abbdc12268879b8070a441777b69157fb7653b4c7da7f2610c25d"
checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a"
dependencies = [
"async-mutex",
"async-rwlock",
"async-trait",
"async_once",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.12.0",
"lazy_static",
"once_cell",
"thiserror",
"tokio",
@ -418,9 +407,9 @@ dependencies = [
[[package]]
name = "cached_proc_macro"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc8de7b947777686ee8f3c11f4c3e58c296d6bc598d9b2286a80a9404a538ff8"
checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f"
dependencies = [
"cached_proc_macro_types",
"darling",
@ -645,12 +634,6 @@ dependencies = [
"syn",
]
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
[[package]]
name = "fallible-iterator"
version = "0.2.0"

View file

@ -10,7 +10,7 @@ actix-web = "4.0.1"
ansi-to-html = "0.1.0"
anyhow = "1.0.56"
bigdecimal = "0.3.0"
cached = "0.33.0"
cached = "0.34.0"
chrono = "0.4.19"
deadpool-postgres = "0.10.1"
enum-display-derive = "0.1.1"