Skip to content

Commit facc89a

Browse files
Update cookie requirement from 0.17 to 0.18
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]>
1 parent 2391f01 commit facc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = {version = "1.0"}
3030
jsonwebtoken = "8"
3131
uuid = { version = "1.0", features = ["v4", "serde"] }
3232
thiserror = "1.0"
33-
cookie = "0.17"
33+
cookie = "0.18"
3434
conduit-mime-types = "0.8"
3535
dyn-clone = "1.0.5"
3636

0 commit comments

Comments
 (0)