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

Bump the patch-updates group with 8 updates #23

Merged
merged 1 commit into from
May 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps the patch-updates group with 8 updates:

Package From To
serde 1.0.201 1.0.202
toml 0.8.12 0.8.13
toml_edit 0.22.12 0.22.13
camino 1.1.6 1.1.7
rustls-webpki 0.102.3 0.102.4
serde_derive 1.0.201 1.0.202
serde_spanned 0.6.5 0.6.6
toml_datetime 0.6.5 0.6.6

Updates serde from 1.0.201 to 1.0.202

Release notes

Sourced from serde's releases.

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • 48cc2a6 Replace use of a syn From impl
  • 3202a68 Skip rerunning build script on library code changes
  • See full diff in compare view

Updates toml from 0.8.12 to 0.8.13

Commits

Updates toml_edit from 0.22.12 to 0.22.13

Commits

Updates camino from 1.1.6 to 1.1.7

Release notes

Sourced from camino's releases.

camino 1.1.7

Fixed

  • Resolve unexpected_cfg warnings.
Changelog

Sourced from camino's changelog.

[1.1.7] - 2024-05-14

Fixed

  • Resolve unexpected_cfg warnings.
Commits
  • 9cabdbd [camino] version 1.1.7
  • 6e292d2 prepare release
  • 4ae167f add cargo warnings for missing feature enablements
  • f314336 fix incompatible_msrv warning
  • c84a312 resolve unexpected_cfg warnings
  • 50dfa7a [ci] use M1 runners for macOS builds (#89)
  • 7de9219 [ci] fix build on Rust 1.34 and 1.44
  • af3462f Add docstring for Utf8Path::try_from
  • bd7920e fix clippy issues with Rust 1.74
  • 8bec623 Add MSRV field to camino
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.102.3 to 0.102.4

Release notes

Sourced from rustls-webpki's releases.

v/0.102.4

  • RevocationOptionsBuilder now offers a with_expiration_policy() fn for setting an ExpirationPolicy that will be used to determine how to handle CRLs that have a NextUpdate value in the past. The default behaviour is to ignore the NextUpdate. Users wishing to use a stricter policy can do so by specifying ExpirationPolicy::Enforce. Revocation checking against an expired CRL will then produce an Error::CrlExpired error.
  • EndEntityCert now offers a subject_public_key_info() fn for accessing the RFC 5280 pki_types::SubjectPublicKeyInfoDer.

What's Changed

New Contributors

Full Changelog: rustls/webpki@v/0.102.3...v/0.102.4

Commits
  • 316b350 Cargo: v0.102.3 -> v0.102.4
  • 3071d7b Re-order arguments
  • c5dfa95 Fix typo in more places
  • 9a4a859 Cleanup timestamps
  • 91a157c Add test for expired CRL
  • f05e85b Make ExpirationPolicy public
  • 495c962 Check expiration after verifying signature
  • 3ebdd25 Suppress clippy warning
  • 3f6eb0d Add support for enforcing CRL expiration using nextUpdate field
  • fe294b3 build(deps): bump the crates-io group across 1 directory with 2 updates
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.201 to 1.0.202

Release notes

Sourced from serde_derive's releases.

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • 48cc2a6 Replace use of a syn From impl
  • 3202a68 Skip rerunning build script on library code changes
  • See full diff in compare view

Updates serde_spanned from 0.6.5 to 0.6.6

Commits

Updates toml_datetime from 0.6.5 to 0.6.6

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |
| [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.12` | `0.22.13` |
| [camino](https://github.com/camino-rs/camino) | `1.1.6` | `1.1.7` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.102.3` | `0.102.4` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |


Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

Updates `toml_edit` from 0.22.12 to 0.22.13
- [Commits](toml-rs/toml@v0.22.12...v0.22.13)

Updates `camino` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](camino-rs/camino@camino-1.1.6...camino-1.1.7)

Updates `rustls-webpki` from 0.102.3 to 0.102.4
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.102.3...v/0.102.4)

Updates `serde_derive` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `serde_spanned` from 0.6.5 to 0.6.6
- [Commits](toml-rs/toml@serde_spanned-v0.6.5...serde_spanned-v0.6.6)

Updates `toml_datetime` from 0.6.5 to 0.6.6
- [Commits](toml-rs/toml@toml_datetime-v0.6.5...toml_datetime-v0.6.6)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: camino
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml_datetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 May 17, 2024
@github-actions github-actions bot merged commit ba9053c into main May 17, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/patch-updates-984889dc2c branch May 17, 2024 12:11
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants