Skip to content

Commit

Permalink
chore(deps): bump cookie from 0.16.1 to 0.17.0 (#3086)
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.16.1 to 0.17.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.16.1...0.17.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] committed Feb 3, 2023
1 parent fc1a504 commit 304f7ce
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
30 changes: 23 additions & 7 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 @@ -21,7 +21,7 @@ mc-util-serial = { path = "../util/serial" }
mc-util-uri = { path = "../util/uri" }

aes-gcm = "0.10.1"
cookie = "0.16"
cookie = "0.17"
displaydoc = "0.2"
grpcio = "0.12.0"
retry = "2.0"
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.10.1"
cookie = "0.16"
cookie = "0.17"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.12.0"
retry = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion util/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mc-util-uri = { path = "../uri" }

base64 = "0.21"
clap = { version = "4.0", features = ["derive", "env"] }
cookie = "0.16"
cookie = "0.17"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.0"
Expand Down

0 comments on commit 304f7ce

Please sign in to comment.