Skip to content

Bump the cargo group across 2 directories with 3 updates #13

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the cargo group with 2 updates in the / directory: idna and time.
Bumps the cargo group with 1 update in the /vimscript-core directory: idna.

Updates idna from 0.2.0 to 0.2.3

Commits
  • 837538c idna: Bump to version 0.2.3
  • 46d22de Merge pull request #699 from djc/debug-cannot-be-a-base
  • 1ad022d Add cannot_be_a_base field to Url's Debug representation (fixes #693)
  • 3eb936b Merge pull request #696 from DavidKorczynski/patch-1
  • a70882c Fix breaking OSS-Fuzz coverage build
  • e5e4829 Update issue templates
  • 7304286 Merge pull request #694 from djc/fix-unicode-before-delimiter
  • ce37627 url: more regressed clippy suppressions
  • d39870e Reinstate suspicious_operation_groupings suppression
  • 1416aca Remove unnecessary return statement
  • Additional commits viewable in compare view

Updates time from 0.1.44 to 0.1.45

Commits

Updates idna from 0.1.5 to 1.0.3

Commits
  • 837538c idna: Bump to version 0.2.3
  • 46d22de Merge pull request #699 from djc/debug-cannot-be-a-base
  • 1ad022d Add cannot_be_a_base field to Url's Debug representation (fixes #693)
  • 3eb936b Merge pull request #696 from DavidKorczynski/patch-1
  • a70882c Fix breaking OSS-Fuzz coverage build
  • e5e4829 Update issue templates
  • 7304286 Merge pull request #694 from djc/fix-unicode-before-delimiter
  • ce37627 url: more regressed clippy suppressions
  • d39870e Reinstate suspicious_operation_groupings suppression
  • 1416aca Remove unnecessary return statement
  • Additional commits viewable in compare view

Updates smallvec from 0.6.9 to 1.13.2

Release notes

Sourced from smallvec's releases.

v1.13.2

What's Changed

Full Changelog: servo/rust-smallvec@v1.13.1...v1.13.2

v1.13.1

  • Remove the optional get-size feature, to avoid a cyclic dependency (#335).

Full Changelog: servo/rust-smallvec@v1.13.0...v1.13.1

v1.13.0

What's Changed

Full Changelog: servo/rust-smallvec@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.11.2...v1.12.0

v1.11.2

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.11.1...v1.11.2

v1.11.1

What's Changed

New Contributors

... (truncated)

Commits
  • 0089d0a Bump version to 1.13.2
  • b1d2814 Fix UB on out-of-bounds insert()
  • 3057362 Stop passing tag-raw-ptrs to MIRIFLAGS
  • f6665a5 Add more tests for UB
  • f8136b8 Version 1.13.1
  • 25f5d91 Revert "Impl get_size::GetSize (behind feature flag)"
  • ff05444 Version 1.13.0
  • 38863e8 Impl get_size::GetSize (behind feature flag)
  • 93b0e20 Version 1.12.0
  • c638a0b Add from_const_with_len_unchecked
  • 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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 2 updates in the / directory: [idna](https://github.com/servo/rust-url) and [time](https://github.com/time-rs/time).
Bumps the cargo group with 1 update in the /vimscript-core directory: [idna](https://github.com/servo/rust-url).


Updates `idna` from 0.2.0 to 0.2.3
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.0...idna-v0.2.3)

Updates `time` from 0.1.44 to 0.1.45
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

Updates `idna` from 0.1.5 to 1.0.3
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.0...idna-v0.2.3)

Updates `smallvec` from 0.6.9 to 1.13.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v0.6.9...v1.13.2)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: idna
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: smallvec
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants