mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-28 10:20:32 +00:00
Bump cached from 0.39.0 to 0.40.0 (#803)
Bumps [cached](https://github.com/jaemk/cached) from 0.39.0 to 0.40.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> 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
662dfcb715
commit
40bef97466
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -447,9 +447,9 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
|||
|
||||
[[package]]
|
||||
name = "cached"
|
||||
version = "0.39.0"
|
||||
version = "0.40.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3e27085975166ffaacbd04527132e1cf5906fa612991f9b4fea08e787da2961"
|
||||
checksum = "72b4147cd94d5fbdc2ab71b11d50a2f45493625576b3bb70257f59eedea69f3d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"async_once",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ path-clean = "0.1.0"
|
|||
percent-encoding = "2.1.0"
|
||||
async-stream = "0.3.3"
|
||||
jwalk = "0.6.0"
|
||||
cached = "0.39.0"
|
||||
cached = "0.40.0"
|
||||
once_cell = "1.15.0"
|
||||
thiserror = "1.0.37"
|
||||
futures = "0.3.25"
|
||||
|
|
|
|||
Loading…
Reference in a new issue