Skip to content

Commit 9954bff

Browse files
dependabot[bot]rtyler
authored andcommitted
chore(deps): Update foyer requirement from 0.16.1 to 0.17.0
Updates the requirements on [foyer](https://github.com/foyer-rs/foyer) to permit the latest version. - [Release notes](https://github.com/foyer-rs/foyer/releases) - [Changelog](https://github.com/foyer-rs/foyer/blob/main/CHANGELOG.md) - [Commits](foyer-rs/foyer@v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: foyer dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 394697a commit 9954bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tokio = { workspace = true, features = [
7676
] }
7777

7878
# caching
79-
foyer = { version = "0.16.1", optional = true, features = ["serde"] }
79+
foyer = { version = "0.17.0", optional = true, features = ["serde"] }
8080
tempfile = { version = "3.19.1", optional = true }
8181

8282
# other deps (these should be organized and pulled into workspace.dependencies as necessary)

0 commit comments

Comments
 (0)