Skip to content

Commit

Permalink
Bump cookie from 0.15.1 to 0.16.0 (#1271)
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.15.1 to 0.16.0.
- [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.1...0.16.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2022
1 parent f942dbe commit aa7687f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 116 deletions.
126 changes: 13 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-util-serial = { path = "../util/serial" }
mc-util-uri = { path = "../util/uri" }

aes-gcm = "0.9.4"
cookie = "0.15"
cookie = "0.16"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.9.0"
retry = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/enclave_connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-util-serial = { path = "../../util/serial" }
mc-util-uri = { path = "../../util/uri" }

aes-gcm = "0.9.4"
cookie = "0.15"
cookie = "0.16"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.9.0"
retry = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion util/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mc-util-serial = { path = "../serial", features = ["std"]}
mc-util-uri = { path = "../uri" }

base64 = "0.13"
cookie = "0.15"
cookie = "0.16"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.9.0"
Expand Down

0 comments on commit aa7687f

Please sign in to comment.