mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-15 17:23:10 +00:00
Bump cached from 0.42.0 to 0.43.0 (#1036)
Bumps [cached](https://github.com/jaemk/cached) from 0.42.0 to 0.43.0. - [Release notes](https://github.com/jaemk/cached/releases) - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c0005f6f0a
commit
d50ecd4520
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -473,9 +473,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|||
|
||||
[[package]]
|
||||
name = "cached"
|
||||
version = "0.42.0"
|
||||
version = "0.43.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6"
|
||||
checksum = "bc2fafddf188d13788e7099295a59b99e99b2148ab2195cae454e754cc099925"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"async_once",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ path-clean = "1.0.1"
|
|||
percent-encoding = "2.2.0"
|
||||
async-stream = "0.3.5"
|
||||
jwalk = "0.8.1"
|
||||
cached = "0.42.0"
|
||||
cached = "0.43.0"
|
||||
once_cell = "1.17.1"
|
||||
thiserror = "1.0.40"
|
||||
futures = "0.3.27"
|
||||
|
|
|
|||
Loading…
Reference in a new issue