Skip to content

Commit 3b39971

Browse files
build(deps): update lru requirement from 0.15 to 0.16 (#2693)
1 parent 1ff931d commit 3b39971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quic/s2n-quic-qns/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.15"
24+
lru = "0.16"
2525
rand = "0.9"
2626
s2n-codec = { path = "../../common/s2n-codec" }
2727
s2n-quic-core = { path = "../s2n-quic-core", features = ["testing"] }

0 commit comments

Comments
 (0)