diff --git a/sentinel-core/Cargo.toml b/sentinel-core/Cargo.toml index 82d42fb..97e3de8 100644 --- a/sentinel-core/Cargo.toml +++ b/sentinel-core/Cargo.toml @@ -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.2" etcd-rs = { version = "0.6", optional = true } consul = { version = "0.4", optional = true } futures = { version = "0.3.17", optional = true }