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

build(deps): bump the rust-minor group across 1 directory with 5 updates #246

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the rust-minor group with 5 updates in the / directory:

Package From To
cc 1.1.13 1.1.14
fastrand 2.1.0 2.1.1
prettyplease 0.2.20 0.2.22
serde_json 1.0.125 1.0.127
system-configuration 0.6.0 0.6.1

Updates cc from 1.1.13 to 1.1.14

Release notes

Sourced from cc's releases.

cc-v1.1.14

Other

  • allow finding tools from path if VisualStudioDir is set
Changelog

Sourced from cc's changelog.

1.1.14 - 2024-08-23

Other

  • allow finding tools from path if VisualStudioDir is set
Commits

Updates fastrand from 2.1.0 to 2.1.1

Release notes

Sourced from fastrand's releases.

v2.1.1

  • Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
Changelog

Sourced from fastrand's changelog.

Version 2.1.1

  • Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
Commits

Updates prettyplease from 0.2.20 to 0.2.22

Release notes

Sourced from prettyplease's releases.

0.2.22

  • Support formatting precise capture use<> syntax (#80)

0.2.21

  • Support formatting tail-call become expressions (#79)
Commits
  • c28d8ea Release 0.2.22
  • dd76fd6 Merge pull request #80 from dtolnay/precisecapture
  • b54cd12 Pretty-print precise capture syntax (use\<>)
  • 61bd508 Upload CI Cargo.lock for reproducing failures
  • ea2044e Release 0.2.21
  • 11c45ff Merge pull request #79 from dtolnay/tailcall
  • d2881c3 Pretty-print tail calls (become)
  • 53aac30 Merge pull request #78 from dtolnay/rustfmtbug
  • cff71f3 Revert "Work around rustfmt 'rewriting static' bug"
  • 8584223 Resolve single_match_else pedantic clippy lint
  • Additional commits viewable in compare view

Updates serde_json from 1.0.125 to 1.0.127

Release notes

Sourced from serde_json's releases.

1.0.127

1.0.126

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @​CryZe)
Commits
  • 5ebf65c Release 1.0.127
  • f287a3b Merge pull request 1179 from GREsau/patch-1
  • ec980b0 Release 1.0.126
  • e6282b0 Merge pull request #1184 from serde-rs/fastarithmetic
  • ffc4a43 Improve cfg names for fast arithmetic
  • 4b1048d Merge pull request #1183 from serde-rs/arithmetic
  • f268173 Unify chunk size choice between float and string parsing
  • fec0376 Merge pull request #1182 from CryZe/chunk-64bit
  • 3d837e1 Ensure the SWAR chunks are 64-bit in more cases
  • 11fc61c Add OccupiedEntry::shift_remove() and swap_remove()
  • Additional commits viewable in compare view

Updates system-configuration from 0.6.0 to 0.6.1

Changelog

Sourced from system-configuration's changelog.

[0.6.1] - 2024-08-22

Fixed

  • Fix std::net::SocketAddr conversion to libc::sockaddr. This makes SCNetworkReachability reachability check work for other addresses than only 0.0.0.0:0.
Commits
  • c7a1626 Bump version and add changelog header for 0.6.1
  • 233c547 Un-ignore Cargo.lock in git
  • e56dcf9 Merge branch 'improve-ci'
  • 769dd0a Commit Cargo.lock
  • a07bd90 Set rust-version in Cargo.toml
  • 5b796cb Upgrade build-and-test CI workflow
  • 24aaf73 Move Rust formatting check to separate workflow
  • 70381a1 Remove cargo audit CI
  • 1852f24 Remove old linting CI and add new
  • 6793345 Merge remote-tracking branch 'origin/main'
  • 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

Bumps the rust-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.1.1` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.20` | `0.2.22` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` |
| [system-configuration](https://github.com/mullvad/system-configuration-rs) | `0.6.0` | `0.6.1` |



Updates `cc` from 1.1.13 to 1.1.14
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.13...cc-v1.1.14)

Updates `fastrand` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v2.1.0...v2.1.1)

Updates `prettyplease` from 0.2.20 to 0.2.22
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.20...0.2.22)

Updates `serde_json` from 1.0.125 to 1.0.127
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.125...1.0.127)

Updates `system-configuration` from 0.6.0 to 0.6.1
- [Changelog](https://github.com/mullvad/system-configuration-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/system-configuration-rs@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: fastrand
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: system-configuration
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

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 Aug 26, 2024
@torokati44 torokati44 enabled auto-merge (rebase) August 26, 2024 14:25
@torokati44 torokati44 merged commit 67fc231 into main Aug 26, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-68a0f64f4c branch August 26, 2024 14:30
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.

1 participant