Skip to content

Commit

Permalink
Merge pull request #96 from junkurihara/dependabot/cargo/lru-0.12.0
Browse files Browse the repository at this point in the history
chore(deps): update lru requirement from 0.11.1 to 0.12.0
  • Loading branch information
junkurihara authored Oct 5, 2023
2 parents 62e003e + 1cbb921 commit c892956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c892956

Please sign in to comment.