Skip to content

Commit f13a188

Browse files
chore(deps): Bump lru from 0.6.6 to 0.7.1 in /rust/cubestore
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.6 to 0.7.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.6.6...0.7.1) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 894cfd8 commit f13a188

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

rust/cubestore/Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/cubestore/cubestore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ opentelemetry-otlp = { version = "0.26.0", default-features = false, features =
8989
"trace", "metrics", "logs", "http-proto", "http-json", "reqwest-client", "tokio"
9090
] }
9191
opentelemetry-http = { version = "0.26.0", features = ["reqwest"] }
92-
lru = "0.6.5"
92+
lru = "0.7.1"
9393
moka = { version = "0.10.1", features = ["future"]}
9494
ctor = "0.1.20"
9595
json = "0.12.4"

0 commit comments

Comments
 (0)