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.36.0' (#38) from renovate/cached-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/38
This commit is contained in:
commit
ff35898a30
2 changed files with 6 additions and 5 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -389,9 +389,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cached"
|
||||
version = "0.35.0"
|
||||
version = "0.36.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "741c6c1180124f9cd432fbb2faf6ca02bb15c94f8916d4f7d30754cc8e10adc8"
|
||||
checksum = "76d9447b2a367383a918fbbe62f6892da68000170c7331003d132b4805b63214"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"async_once",
|
||||
|
@ -399,6 +399,7 @@ dependencies = [
|
|||
"cached_proc_macro_types",
|
||||
"futures",
|
||||
"hashbrown 0.12.0",
|
||||
"instant",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"thiserror",
|
||||
|
@ -407,9 +408,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cached_proc_macro"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f"
|
||||
checksum = "4797df465f7409b55bab9ccd1edbf1d279ffdf763772c2804b96740ee72f3b82"
|
||||
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.35.0"
|
||||
cached = "0.36.0"
|
||||
chrono = "0.4.19"
|
||||
deadpool-postgres = "0.10.2"
|
||||
enum-display-derive = "0.1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue