Skip to content

Commit

Permalink
Update cookie crates (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed May 3, 2024
1 parent c654bb0 commit 7e7011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -142,8 +142,8 @@ webpki-roots = { version = "0.26.0", optional = true }
rustls-native-certs = { version = "0.7", optional = true }

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

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

0 comments on commit 7e7011a

Please sign in to comment.