Skip to content

Commit

Permalink
chore(deps): update foyer requirement from 0.12.2 to 0.13.1
Browse files Browse the repository at this point in the history
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@0.12.2...0.13.1)

---
updated-dependencies:
- dependency-name: foyer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d8e3784 commit d85820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet-lru/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foyer = ["dep:foyer", "dep:serde"]

[dependencies]
bytes = { version = "1.8.0", features = ["serde"] }
foyer = { version = "0.12.2", optional = true }
foyer = { version = "0.13.1", optional = true }
futures-core = "0.3.31"
futures-util = "0.3.31"
parquet = { version = "53.2.0", default-features = false, features = [
Expand Down

0 comments on commit d85820b

Please sign in to comment.