Skip to content

Commit b451b9d

Browse files
chore(deps): Bump lru from 0.10.0 to 0.10.1
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.10.0 to 0.10.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.10.0...0.10.1) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20d62f1 commit b451b9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ k8s-openapi = { version = "0.18.0", default-features = false, features = ["api",
274274
kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true }
275275
listenfd = { version = "1.0.1", default-features = false, optional = true }
276276
logfmt = { version = "0.0.2", default-features = false, optional = true }
277-
lru = { version = "0.10.0", default-features = false, optional = true }
277+
lru = { version = "0.10.1", default-features = false, optional = true }
278278
maxminddb = { version = "0.23.0", default-features = false, optional = true }
279279
md-5 = { version = "0.10", default-features = false, optional = true }
280280
mongodb = { version = "2.6.0", default-features = false, features = ["tokio-runtime"], optional = true }

0 commit comments

Comments
 (0)