Skip to content

Commit

Permalink
chore(deps): Bump cookie from 0.17.0 to 0.18.0 (#3666)
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.17.0 to 0.18.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 2509e0b commit 57b42ad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 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 @@ -25,7 +25,7 @@ mc-util-serial = { path = "../util/serial" }
mc-util-uri = { path = "../util/uri" }

aes-gcm = "0.10.3"
cookie = "0.17"
cookie = "0.18"
displaydoc = "0.2"
grpcio = "0.12.1"
mc-attestation-verifier = "0.4.1"
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 @@ -21,7 +21,7 @@ mc-util-serial = { path = "../../util/serial" }
mc-util-uri = { path = "../../util/uri" }

aes-gcm = "0.10.3"
cookie = "0.17"
cookie = "0.18"
der = "0.7.8"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.12.1"
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.4", features = ["derive", "env"] }
cookie = "0.17"
cookie = "0.18"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.1"
Expand Down

0 comments on commit 57b42ad

Please sign in to comment.