Skip to content

Commit

Permalink
Bump lru from 0.12.2 to 0.12.3 (#2658)
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.2 to 0.12.3.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.2...0.12.3)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 51d4f14 commit ca6e235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ surf-disco = { workspace = true }
time = { workspace = true }
derive_more = "0.99.17"
portpicker = "0.1.1"
lru = "0.12.2"
lru = "0.12.3"
hotshot-task = { path = "../task" }
hotshot = { path = "../hotshot" }
hotshot-example-types = { path = "../example-types" }
Expand Down
2 changes: 1 addition & 1 deletion crates/hotshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ surf-disco = { workspace = true }
time = { workspace = true }
derive_more = "0.99.17"
portpicker = "0.1.1"
lru = "0.12.2"
lru = "0.12.3"
hotshot-task = { path = "../task" }

tracing = { workspace = true }
Expand Down

0 comments on commit ca6e235

Please sign in to comment.