Skip to content

Commit 7b7af12

Browse files
chore(deps): update lru requirement from 0.7.5 to 0.12.3
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]>
1 parent 63d3b48 commit 7b7af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentinel-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ regex = { version = "1.5", optional = true }
5757
prometheus_exporter = { version = "0.8.4", optional = true }
5858
# todo: simplify encapsulation
5959
# using getset = "0.1.1"
60-
lru = "0.7.5"
60+
lru = "0.12.3"
6161
etcd-rs = { version = "0.6", optional = true }
6262
consul = { version = "0.4", optional = true }
6363
futures = { version = "0.3.17", optional = true }

0 commit comments

Comments
 (0)