Skip to content

Commit

Permalink
Bump cookie from 0.18.0 to 0.18.1
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/rwf2/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](rwf2/cookie-rs@0.18.0...0.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 91069c4 commit d6d115e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ anyhow = "1.0.81"
walkdir = "2.5"
clap = { version = "4.5.3", features = ["derive"] }
simple_logger = "4.2.0"
cookie = { version = "0.18.0", features = ["secure", "private"] }
cookie = { version = "0.18.1", features = ["secure", "private"] }
url = "2.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ log = "0.4.21"
domain-lookup-tree = "0.1"
hickory-resolver = "0.24.0"
simple_logger = "4.2.0"
cookie = { version = "0.18.0", features = ["secure", "private"] }
cookie = { version = "0.18.1", features = ["secure", "private"] }
http = "1.0.0"
url = "2.5.0"

0 comments on commit d6d115e

Please sign in to comment.