Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump cookie from 0.16.1 to 0.17.0 #3086

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps cookie from 0.16.1 to 0.17.0.

Changelog

Sourced from cookie's changelog.

Version 0.17.0 (Jan 22, 2022)

Breaking Changes

  • Cookie parsing no longer removes a . Domain prefix. Cookie::domain() now removes a . prefix before returning.

    As these changes are inverses, they are not likely observable. The change only affects manually set domain values via the .domain() builder method, the set_domain() setter method, or similar, which will now have a prefix of . removed when returned by Cookie::domain(). This results in more consistent treatment of Domain values.

New Features

  • Added Cookie::split_parse() and Cookie::split_parse_encoded() methods.

    The methods split a ;-joined cookie string and parse/decode the split values. They return a newly introduced iterator value of type SplitCookies over the parse results.

General Changes and Fixes

  • Parsing fuzzers were introduced and run for 48 CPU hours without failure.
  • base64 was updated to 0.21.

Version 0.16

Version 0.16.2 (Dec 16, 2022)

General Changes

  • base64 was updated to 0.20.
Commits
  • 9a1bf40 New version: 0.17.0.
  • efa8d9c Replace deprecated base64 method calls.
  • 2a70042 Update 'base64' to '0.21'.
  • f3c540e Add fuzzers for parsers.
  • 4295db8 Add 'Cookie::split_{parse,parse_encoded}()'.
  • 1de015a Move 'indexes_of' to 'CookieStr::indexed()'.
  • 87d0396 Preserve leading '.' prefix for 'Domain'.
  • d5ce056 New version: 0.16.2.
  • b6d154b Update 'base64' to '0.20'.
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 2, 2023
@dependabot dependabot bot requested review from a team, jcape and samdealy and removed request for a team February 2, 2023 06:09
@jcape jcape self-assigned this Feb 2, 2023
Copy link
Contributor

@samdealy samdealy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at our usage of cookie and it seems like the new parse methods aren't useful to us, but might be worth double checking @jcape.

@jcape jcape enabled auto-merge (squash) February 3, 2023 02:33
@jcape jcape merged commit 304f7ce into master Feb 3, 2023
@jcape jcape deleted the dependabot/cargo/cookie-0.17.0 branch February 3, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants