Skip to content

Commit

Permalink
Update cookie requirement from 0.17 to 0.18
Browse files Browse the repository at this point in the history
Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version.
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](rwf2/cookie-rs@0.17.0...0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent a93fa7b commit 212c924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = {version = "1.0"}
jsonwebtoken = "9"
uuid = { version = "1.0", features = ["v4", "serde"] }
thiserror = "1.0"
cookie = "0.17"
cookie = "0.18"
conduit-mime-types = "0.8"
dyn-clone = "1.0.5"

Expand Down

0 comments on commit 212c924

Please sign in to comment.