mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge pull request 'fix(deps): update rust crate cached to 0.41.0' (#89) from renovate/cached-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/89
This commit is contained in:
commit
a8af76f181
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue