fix(deps): update rust crate cached to 0.35.0

This commit is contained in:
root 2022-07-04 04:00:22 +00:00
parent b485baba7f
commit 5c61a6893d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -389,9 +389,9 @@ dependencies = [
[[package]]
name = "cached"
version = "0.34.1"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f5cd208ba696f870238022d81ca1d80ed9d696fd62341c747f2d8f6ecdd9fe"
checksum = "741c6c1180124f9cd432fbb2faf6ca02bb15c94f8916d4f7d30754cc8e10adc8"
dependencies = [
"async-trait",
"async_once",

View file

@ -10,7 +10,7 @@ actix-web = "4.1.0"
ansi-to-html = "0.1.0"
anyhow = "1.0.58"
bigdecimal = "0.3.0"
cached = "0.34.1"
cached = "0.35.0"
chrono = "0.4.19"
deadpool-postgres = "0.10.2"
enum-display-derive = "0.1.1"