Skip to content

Commit

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

Closes #1674
  • Loading branch information
BlackDex authored Jan 23, 2024
1 parent ef2c8ee commit 2332936
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 2332936

Please sign in to comment.