diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 8f6ddd1c..6f2819a7 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -76,7 +76,7 @@ s2n-quic-rustls = { path = "../submodules/s2n-quic/quic/s2n-quic-rustls/", optio # cache http-cache-semantics = { path = "../submodules/rusty-http-cache-semantics/", optional = true } -lru = { version = "0.11.1", optional = true } +lru = { version = "0.12.0", optional = true } # cookie handling for sticky cookie chrono = { version = "0.4.31", default-features = false, features = [