hreq icon indicating copy to clipboard operation
hreq copied to clipboard

Update httpdate requirement from 0.3.2 to 1.0.1

Open dependabot-preview[bot] opened this issue 4 years ago • 0 comments

Updates the requirements on httpdate to permit the latest version.

Release notes

Sourced from httpdate's releases.

v1.0.1

Bugfix release. In version 1.0.0 the crate would accept bogus dates with a wrong weekday. This resulted in dates for the same instant not being equal.

  • Check if parsed date strings are self-consistent i.e. the day actually exists in the calendar.
Commits
  • 7952a74 Reject inconsistent date strings
  • 9fe1f17 Add test for HttpDate parsed vs from SystemTime equality (failing)
  • 7989c5f Release v1.0.0
  • 65a8b8f Remove old docs links Cargo.toml
  • 2e7d39c Remove Travis CI
  • 1685836 Rustfmt files and fix lints
  • 7f5e2c5 Add GitHub Actions CI and update README
  • 7b42fe4 Update code to 2018 edition
  • 2c900f4 Derive Hash for HttpDate
  • See full diff 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar May 25 '21 06:05 dependabot-preview[bot]