Skip to content

Commit 7fe2a6f

Browse files
Update lru requirement from 0.16 to 0.17 in the dependencies group (#185)
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. Updates `lru` to 0.17.0 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.16.0...0.17.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.17.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e77360 commit 7fe2a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chitchat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0.51"
1515
async-trait = "0.1"
1616
bytes = "1"
1717
itertools = "0.14"
18-
lru = "0.16"
18+
lru = "0.17"
1919
rand = "0.10"
2020
serde = { version = "1", features = ["derive"] }
2121
tokio = { version = "1.28.0", features = [

0 commit comments

Comments
 (0)