Skip to content

Commit 546239c

Browse files
Update cookie requirement from 0.15 to 0.16
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.16.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27b0d24 commit 546239c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/cookies/introduction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88

99
[dependencies]
1010
gotham = { path = "../../../gotham" }
11-
cookie = "0.15"
11+
cookie = "0.16"

examples/sessions/custom_data_type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ edition = "2018"
99
[dependencies]
1010
gotham = { path = "../../../gotham" }
1111

12-
cookie = "0.15"
12+
cookie = "0.16"
1313
serde = { version = "1.0", features = ["derive"] }
1414
time = { version = "0.3.0", features = ["formatting", "local-offset"] }

examples/sessions/introduction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88

99
[dependencies]
1010
gotham = { path = "../../../gotham" }
11-
cookie = "0.15"
11+
cookie = "0.16"

gotham/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = "1.0"
3333
base64 = "0.13"
3434
bincode = { version = "1.0", optional = true }
3535
bytes = "1.0"
36-
cookie = "0.15"
36+
cookie = "0.16"
3737
futures-util = "0.3.14"
3838
httpdate = "1.0"
3939
hyper = { version = "0.14.12", features = ["http1", "runtime", "server", "stream"] }

0 commit comments

Comments
 (0)