diff --git a/Cargo.lock b/Cargo.lock index bc48e98..6973615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b4147cd94d5fbdc2ab71b11d50a2f45493625576b3bb70257f59eedea69f3d" +checksum = "ec6d20b3d24b6c74e2c5331d2d3d8d1976a9883c7da179aa851afa4c90d62e36" dependencies = [ "async-trait", "async_once", diff --git a/Cargo.toml b/Cargo.toml index b644ae8..573d944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.2.1" ansi-to-html = "0.1.2" anyhow = "1.0.66" bigdecimal = "0.3.0" -cached = "0.40.0" +cached = "0.41.0" chrono = "0.4.23" deadpool-postgres = "0.10.3" enum-display-derive = "0.1.1"