From 98ced7d0d0a2cf414ce4e237316ee72dbf3e099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:46:17 +0000 Subject: [PATCH] build(deps): update litemap requirement from =0.7.4 to =0.7.5 --- updated-dependencies: - dependency-name: litemap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-qns/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }