SquireCore icon indicating copy to clipboard operation
SquireCore copied to clipboard

Update cookie_store requirement from 0.20 to 0.21

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Updates the requirements on cookie_store to permit the latest version.

Changelog

Sourced from cookie_store's changelog.

[0.21.0] - 2024-02-08

Miscellaneous Tasks

  • Update CONTRIBUTORS.md

Ci

  • Add missing v0.20.1 CHANGELOG entries
  • Rm --topo-order from git-cliff call

[0.20.1] - 2024-02-08

Bug Fixes

  • Pub use cookie_store::StoreAction
  • Need to maintain 0.20.x series for [patch] behavior to work

Miscellaneous Tasks

  • Update CONTRIBUTORS.md

[0.20.0] - 2023-06-17

Features

  • Re-export dependency cookie
  • Add CookieStore::new()

Styling

  • Rust_fmt changes

[0.19.1] - 2023-06-17

Ci

  • Allow specification of last tag to generate CHANGELOG from
  • Fix git-cliff args for latest release
  • Allow serde and serde_derive to compile in parallel
  • Check tag format in release.sh

[0.19.0] - 2022-11-05

Bug Fixes

  • Store clone of original raw cookie

Cookie_store

... (truncated)

Commits
  • c6752f9 chore(release): prepare for v0.21.0
  • a28bb74 ci: add missing v0.20.1 CHANGELOG entries
  • f5e696b ci: rm --topo-order from git-cliff call
  • d0d1059 chore: update CONTRIBUTORS.md
  • 5fe8036 bump: idna 0.5.0
  • a820036 Merge pull request #40 from atouchet/lic
  • 72daab4 Use SPDX license format
  • 403db6b Merge pull request #38 from LMJian/master
  • 9eed31b fix: need to maintain 0.20.x series for [patch] behavior to work
  • 6006e02 bump indexmap to 2.0.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

dependabot[bot] avatar Feb 12 '24 07:02 dependabot[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bb6c95a) 30.25% compared to head (c112c42) 30.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   30.25%   30.25%           
=======================================
  Files          77       77           
  Lines        4022     4022           
=======================================
  Hits         1217     1217           
  Misses       2805     2805           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 12 '24 07:02 codecov[bot]