Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update foyer requirement from 0.12.2 to 0.14.0 #268

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Updates the requirements on foyer to permit the latest version.

Release notes

Sourced from foyer's releases.

v0.14.0

Releases

crate version
foyer 0.14.0
foyer-common 0.14.0
foyer-memory 0.14.0
foyer-storage 0.14.0
foyer-bench 0.14.0

Changes

  • Insert disk cache on in-memory cache eviction, instead of double write on insertion.
  • Extrace multiple metrics backend support to crate mixtrics.

What's Changed

Full Changelog: foyer-rs/foyer@0.13.1...v0.14.0

Changelog

Sourced from foyer's changelog.


title: Changelog description: Changelog for foyer. authors: mrcroxx date: 2023-05-12T11:02:09+08:00

Changelog

2025-01-14

Releases

crate version
foyer 0.14.0
foyer-common 0.14.0
foyer-memory 0.14.0
foyer-storage 0.14.0
foyer-bench 0.14.0

Changes

  • Insert disk cache on in-memory cache eviction, instead of double write on insertion.
  • Extrace multiple metrics backend support to crate mixtrics.

2024-12-04

Releases

crate version
foyer 0.13.1
foyer-common 0.13.1
foyer-memory 0.13.1
foyer-storage 0.13.1
foyer-bench 0.13.1

Changes

  • Refactor cache builders. name field requires Cow<'static, str> instead of &'static str for convenience.

2024-12-02

Releases

crate version

... (truncated)

Commits
  • 2e91826 chore: release foyer v0.14.0 (#839)
  • d6a891f chore: format toml with taplo and check fmt on CI (#838)
  • 20c53eb chore: update deps and update changelog (#837)
  • 44190ce test: upgrade mixtrics, add metrics model test (#836)
  • 81c7378 refactor: use crate mixtrics for various metrics support (#835)
  • bdf4846 perf: don't iter evicted entries with noop disk cache (#834)
  • 170a410 feat: impl eviction-time disk cache insertion (#830)
  • 204f84b refactor: make metrics related components dyn (#833)
  • d5c08fd test(ci): remove lsan alone test on CI, for asan integrated it (#831)
  • fe32266 chore: fix duplicated license header (#829)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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...v0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

Superseded by #275.

@dependabot dependabot bot closed this Feb 14, 2025
@dependabot dependabot bot deleted the dependabot/cargo/foyer-0.14.0 branch February 14, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants