Skip to content

Commit

Permalink
chore: update deps and update changelog (#837)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Jan 14, 2025
1 parent 44190ce commit 20c53eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ date: 2023-05-12T11:02:09+08:00

<!-- truncate -->

## Unreleased

### Releases

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

### Changes

- Insert disk cache on in-memory cache eviction, instead of double write on insertion.
- Extrace multiple metrics backend support to crate [`mixtrics`](https://crates.io/crates/mixtrics).

## 2024-12-04

### Releases
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ crossbeam = "0.8"
equivalent = "1"
fastrace = "0.7"
hashbrown = "0.15"
itertools = "0.13"
itertools = "0.14"
parking_lot = { version = "0.12" }
serde = { version = "1", features = ["derive", "rc"] }
test-log = { version = "0.2", default-features = false, features = [
Expand Down

0 comments on commit 20c53eb

Please sign in to comment.