Skip to content

Commit d6dbc1d

Browse files
chore(deps)(deps): bump lru from 0.12.5 to 0.16.1
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.16.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.5...0.16.1) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901aa3f commit d6dbc1d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serde_json = "1.0.104"
4848
tokio = { version = "1.36.0", features = ["full"] }
4949
thiserror = "1.0.58"
5050
ahash = "0.8.11"
51-
lru = "0.12"
51+
lru = "0.16"
5252
schemars = { version = "0.8.22", features = ["derive"] }
5353
tsify = { version = "0.5", features = ["js"] }
5454
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)