Skip to content

Commit 2869c19

Browse files
build(deps): update lru requirement from 0.10 to 0.12 (#2286)
Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.10.0...0.12.4) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3a10a1 commit 2869c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quic/s2n-quic-qns/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cfg-if = "1"
2121
futures = "0.3"
2222
http = "1.0"
2323
humansize = "2"
24-
lru = "0.10"
24+
lru = "0.12"
2525
rand = "0.8"
2626
s2n-codec = { path = "../../common/s2n-codec" }
2727
s2n-quic-core = { path = "../s2n-quic-core", features = ["testing"] }

0 commit comments

Comments
 (0)