Skip to content

Commit bfddc90

Browse files
chore(deps): update foyer requirement from 0.18.0 to 0.20.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.18.0...v0.20.0) --- updated-dependencies: - dependency-name: foyer dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd49ecb commit bfddc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-lru/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ foyer = ["dep:foyer", "dep:serde"]
1515

1616
[dependencies]
1717
bytes = { version = "1.8.0", features = ["serde"] }
18-
foyer = { version = "0.18.0", optional = true }
18+
foyer = { version = "0.20.0", optional = true }
1919
futures-core = "0.3.31"
2020
futures-util = "0.3.31"
2121
parquet = { version = "56.0.0", default-features = false, features = [

0 commit comments

Comments
 (0)