mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(deps): update rust crate cached to 0.41.0
This commit is contained in:
parent
d021f52197
commit
c3923a55a9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -399,9 +399,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cached"
|
name = "cached"
|
||||||
version = "0.40.0"
|
version = "0.41.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72b4147cd94d5fbdc2ab71b11d50a2f45493625576b3bb70257f59eedea69f3d"
|
checksum = "ec6d20b3d24b6c74e2c5331d2d3d8d1976a9883c7da179aa851afa4c90d62e36"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"async_once",
|
"async_once",
|
||||||
|
|
|
@ -10,7 +10,7 @@ actix-web = "4.2.1"
|
||||||
ansi-to-html = "0.1.2"
|
ansi-to-html = "0.1.2"
|
||||||
anyhow = "1.0.66"
|
anyhow = "1.0.66"
|
||||||
bigdecimal = "0.3.0"
|
bigdecimal = "0.3.0"
|
||||||
cached = "0.40.0"
|
cached = "0.41.0"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
deadpool-postgres = "0.10.3"
|
deadpool-postgres = "0.10.3"
|
||||||
enum-display-derive = "0.1.1"
|
enum-display-derive = "0.1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue