Skip to content

Commit

Permalink
chore: update erased-serde to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Dec 13, 2023
1 parent a14bb91 commit 63bc111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate
### Changed
- deps: update `quanta` to v0.12.
- deps: update `quanta` to v0.12 and `erased-serde` to v0.4.
- context: slightly improve performance of time measurements.
- utils: slightly improve performance of `RateLimiter`.

Expand Down
2 changes: 1 addition & 1 deletion elfo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ smallvec = { version = "1.6.1", features = ["union"] }
slotmap = "1.0.2"
serde-value = "0.7.0"
arc-swap = "1.2.0"
erased-serde = "0.3.16"
erased-serde = "0.4.0"
pin-project = "1.0.8"
sealed = "0.5"
stability = "0.1.1"
Expand Down

0 comments on commit 63bc111

Please sign in to comment.