Skip to content

Commit

Permalink
Update cookie crates (seanmonstar#2089)
Browse files Browse the repository at this point in the history
Updated cookie crates to latest working with the cookie_store

Closes seanmonstar#1674
  • Loading branch information
BlackDex authored and Nutomic committed Nov 7, 2024
1 parent 18ac7c4 commit 3ffb958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ rustls-native-certs = { version = "0.6", optional = true }
rustls-pemfile = { version = "1.0", optional = true }

## cookies
cookie_crate = { version = "0.16", package = "cookie", optional = true }
cookie_store = { version = "0.16", optional = true }
cookie_crate = { version = "0.17.0", package = "cookie", optional = true }
cookie_store = { version = "0.20.0", optional = true }

## compression
async-compression = { version = "0.4.0", default-features = false, features = ["tokio"], optional = true }
Expand Down

0 comments on commit 3ffb958

Please sign in to comment.