Skip to content

Commit

Permalink
chore(deps): update lru requirement from 0.7.5 to 0.12.3
Browse files Browse the repository at this point in the history
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.7.5...0.12.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2024
1 parent 63d3b48 commit 7b7af12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentinel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ regex = { version = "1.5", optional = true }
prometheus_exporter = { version = "0.8.4", optional = true }
# todo: simplify encapsulation
# using getset = "0.1.1"
lru = "0.7.5"
lru = "0.12.3"
etcd-rs = { version = "0.6", optional = true }
consul = { version = "0.4", optional = true }
futures = { version = "0.3.17", optional = true }
Expand Down

0 comments on commit 7b7af12

Please sign in to comment.