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.16 #583

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2021

Updates the requirements on cookie to permit the latest version.

Changelog

Sourced from cookie's changelog.

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

  • rust-crypto dependencies were updated to their latest versions.

Version 0.15

Version 0.15.1 (Jul 14, 2021)

Changes and Fixes

  • A panic that could result from non-char boundary indexing was fixed.
  • Stale doc references to version 0.14 were updated.

Version 0.15.0 (Feb 25, 2021)

Breaking Changes

  • Cookie::force_remove() takes &Cookie instead of Cookie.
  • Child jar methods split into immutable and mutable versions (Cookie::{private{_mut}, signed{_mut}}).
  • Cookie::encoded() returns a new Display struct.
  • Dates with year <= 99 are handled like Chrome: range 0..=68 maps to 2000..=2068, 69..=99 to 1969..=1999.
  • Cookie::{set_}expires() operates on a new Expiration enum.

New Features

  • Added Cookie::make_removal() to manually create expired cookies.
  • Added Cookie::stripped() display variant to print only the name and value of a cookie.
  • Key implements a constant-time PartialEq.
  • Added Key::master() to retrieve the full 512-bit master key.
  • Added PrivateJar::decrypt() to manually decrypt an encrypted Cookie.
  • Added SignedJar::verify() to manually verify a signed Cookie.
  • Cookie::expires() returns an Option<Expiration> to allow distinguishing between unset and None expirations.
  • Added Cookie::expires_datetime() to retrieve the expiration as an OffsetDateTime.
  • Added Cookie::unset_expires() to unset expirations.

General Changes and Fixes

  • MSRV is 1.41.

... (truncated)

Commits
  • da6a5be New version: 0.16.0.
  • 27d0684 Update RustCrypto dependencies.
  • 6af6e6f New release candidate version: 0.16.0-rc.1.
  • cbd84ff Reexport 'time' from crate root.
  • 5e616c3 Fix 'time' 0.3 update.
  • 0a7453c Initial update to 'time' 0.3.
  • 0d10202 Use the latest release version in README.
  • 9dc4b86 Update CHANGELOG for 0.15.1.
  • 5c560de Move to 0.16-dev on master.
  • 13511f3 Check if index is a char boundary before split.
  • Additional commits viewable in compare view

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)

@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #583 (d62bfc6) into main (b6efb77) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #583   +/-   ##
=======================================
  Coverage   86.47%   86.47%           
=======================================
  Files         112      112           
  Lines        5871     5871           
=======================================
  Hits         5077     5077           
  Misses        794      794           

📣 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 8, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.16 branch from c4087f1 to 52b3ba3 Compare January 8, 2022 18:16
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.16 branch from 52b3ba3 to bb8714f Compare January 18, 2022 12:55
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.16 branch from bb8714f to e201a93 Compare February 7, 2022 13:05
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.16 branch from e201a93 to 546239c Compare February 21, 2022 15:01
@dependabot dependabot bot force-pushed the dependabot/cargo/cookie-0.16 branch 3 times, most recently from 6d9219b to 2d3c149 Compare April 21, 2022 16:13
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.16.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.16 branch from 2d3c149 to d62bfc6 Compare August 15, 2022 08:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #609.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cookie-0.16 branch January 23, 2023 07:09
@msrd0 msrd0 removed this from the 0.8.0 milestone Jan 23, 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