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.37.0' (#41) from renovate/cached-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/41
This commit is contained in:
commit
88ef32cced
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -389,9 +389,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cached"
|
||||
version = "0.36.0"
|
||||
version = "0.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76d9447b2a367383a918fbbe62f6892da68000170c7331003d132b4805b63214"
|
||||
checksum = "1fb357e6e99f5d293f67f492dd3eb7f8c4d5ed7c48d22129f3464e57c9dd5394"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"async_once",
|
||||
|
@ -408,9 +408,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cached_proc_macro"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4797df465f7409b55bab9ccd1edbf1d279ffdf763772c2804b96740ee72f3b82"
|
||||
checksum = "b01c8c46a3494c931456ad652aaab219cccd2785bdf3efbc00f733849d00df03"
|
||||
dependencies = [
|
||||
"cached_proc_macro_types",
|
||||
"darling",
|
||||
|
|
|
@ -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.36.0"
|
||||
cached = "0.37.0"
|
||||
chrono = "0.4.19"
|
||||
deadpool-postgres = "0.10.2"
|
||||
enum-display-derive = "0.1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue