Skip to content

Commit

Permalink
Update cookie requirement from 0.15 to 0.17
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.
- [Release notes](https://github.com/SergioBenitez/cookie-rs/releases)
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](rwf2/cookie-rs@0.15.0...0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent beea4e6 commit 19c2fe9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cookies/introduction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"

[dependencies]
gotham = { path = "../../../gotham" }
cookie = "0.15"
cookie = "0.17"
2 changes: 1 addition & 1 deletion examples/sessions/custom_data_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2018"
[dependencies]
gotham = { path = "../../../gotham" }

cookie = "0.15"
cookie = "0.17"
serde = { version = "1.0", features = ["derive"] }
time = { version = "0.3.0", features = ["formatting", "local-offset"] }
2 changes: 1 addition & 1 deletion examples/sessions/introduction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"

[dependencies]
gotham = { path = "../../../gotham" }
cookie = "0.15"
cookie = "0.17"
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ anyhow = "1.0"
base64 = "0.21"
bincode = { version = "1.0", optional = true }
bytes = "1.0"
cookie = "0.15"
cookie = "0.17"
futures-util = "0.3.14"
httpdate = "1.0"
hyper = { version = "0.14.12", features = ["http1", "runtime", "server", "stream"] }
Expand Down

0 comments on commit 19c2fe9

Please sign in to comment.