Skip to content

Commit 51c0886

Browse files
Update cached requirement from 0.44.0 to 0.45.1
Updates the requirements on [cached](https://github.com/jaemk/cached) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb0c67e commit 51c0886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-function-history-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gosyn = "0.2.4"
2727
# can't be published b/c git dependency
2828
# javaparser = {git = "https://github.com/tanin47/javaparser.rs", optional = true}
2929
cfg-if = "1.0.0"
30-
cached = {version = "0.44.0", optional = true}
30+
cached = {version = "0.45.1", optional = true}
3131
# git-index-performanc
3232
gix = { version = "0.52.0", default-features = false, features = ["max-performance-safe"] }
3333
gix-features = { version = "0.33.0", features = ["zlib", "once_cell" ,"walkdir"] }

0 commit comments

Comments
 (0)