diff --git a/quic/s2n-quic-qns/Cargo.toml b/quic/s2n-quic-qns/Cargo.toml index 4681f3c05..f06fe3520 100644 --- a/quic/s2n-quic-qns/Cargo.toml +++ b/quic/s2n-quic-qns/Cargo.toml @@ -21,7 +21,7 @@ cfg-if = "1" futures = "0.3" http = "1.0" humansize = "2" -litemap = "=0.7.4" # newer versions require rust 1.81 +litemap = "=0.7.5" # newer versions require rust 1.81 lru = "0.13" rand = "0.9" s2n-codec = { path = "../../common/s2n-codec" }