Skip to content

Commit

Permalink
Update cookie_store requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [cookie_store](https://github.com/pfernie/cookie_store) to permit the latest version.
- [Changelog](https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md)
- [Commits](pfernie/cookie_store@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: cookie_store
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent bb6c95a commit c112c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squire_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_json = { version = "1.0.108", optional = true }
postcard = { version = "1.0", features = ["alloc"], optional = true }

# Client deps
cookie_store = { version = "0.20", optional = true }
cookie_store = { version = "0.21", optional = true }

# Server deps
axum = { version = "0.7.2", features = ["ws", "json", "macros"], optional = true }
Expand Down

0 comments on commit c112c42

Please sign in to comment.