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

Update cookie requirement from 0.15 to 0.17 #609

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Updates the requirements on cookie to permit the latest version.

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.

Version 0.16.1 (Sep 25, 2022)

Changes and Fixes

  • The ,, (, and ) are percent-encoded/decoded when encoding is used.
  • The aes-gcm dependency was updated to 0.10.

Version 0.16.0 (Dec 28, 2021)

Breaking Changes

  • The MSRV is now 1.53, up from 1.41 in 0.15.
  • time has been updated to 0.3 and is reexported from the crate root.

General Changes

... (truncated)

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'.
  • 2e606ae New version: 0.16.1.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #609 (c042987) into main (8af0685) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #609   +/-   ##
=======================================
  Coverage   78.07%   78.07%           
=======================================
  Files          72       72           
  Lines        2048     2048           
=======================================
  Hits         1599     1599           
  Misses        449      449           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@msrd0 msrd0 added this to the 0.8.0 milestone Jan 23, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.17 branch from 8fd830e to 40105f1 Compare January 26, 2023 16:04
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.17 branch from 40105f1 to 6839631 Compare March 7, 2023 13:08
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.17 branch from 6839631 to 19c2fe9 Compare March 20, 2023 09:45
Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version.
- [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.0...0.17.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.17 branch from 19c2fe9 to c042987 Compare March 20, 2023 14:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2023

Superseded by #627.

@dependabot dependabot bot closed this Oct 10, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cookie-0.17 branch October 10, 2023 07:06
@msrd0 msrd0 removed this from the 0.8.0 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant