-
-
Notifications
You must be signed in to change notification settings - Fork 786
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 all group across 1 directory with 24 updates #6138
Closed
Commits on Sep 14, 2024
-
build(deps): bump the all group across 1 directory with 24 updates
Bumps the all group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.88` | | [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.17` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.128` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.17` | `0.8.19` | | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.7` | `1.1.18` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.26` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.0` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.1` | `1.18.0` | | [colorgrad](https://github.com/mazznoer/colorgrad-rs) | `0.6.2` | `0.7.0` | | [euclid](https://github.com/servo/euclid) | `0.22.10` | `0.22.11` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.1.1` | | [http_req](https://github.com/jayjamesjay/http_req) | `0.11.1` | `0.12.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.11.0` | `1.12.0` | | [camino](https://github.com/camino-rs/camino) | `1.1.7` | `1.1.9` | | [filenamegen](https://github.com/wez/wzsh) | `0.2.6` | `0.2.7` | | [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` | | [whoami](https://github.com/ardaku/whoami) | `1.5.1` | `1.5.2` | | [async-io](https://github.com/smol-rs/async-io) | `2.3.3` | `2.3.4` | Updates `anyhow` from 1.0.86 to 1.0.88 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.88) Updates `clap` from 4.5.11 to 4.5.17 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.11...clap_complete-v4.5.17) Updates `reqwest` from 0.12.5 to 0.12.7 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7) Updates `serde` from 1.0.204 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.210) Updates `serde_json` from 1.0.121 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...1.0.128) Updates `tempfile` from 3.10.1 to 3.12.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `tokio` from 1.39.2 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0) Updates `toml` from 0.8.17 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.17...toml-v0.8.19) Updates `libc` from 0.2.155 to 0.2.158 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.155...0.2.158) Updates `cc` from 1.1.7 to 1.1.18 - [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.7...cc-v1.1.18) Updates `clap_complete` from 4.5.11 to 4.5.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.11...clap_complete-v4.5.26) Updates `once_cell` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.0) Updates `bytemuck` from 1.16.1 to 1.18.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.16.1...v1.18.0) Updates `colorgrad` from 0.6.2 to 0.7.0 - [Release notes](https://github.com/mazznoer/colorgrad-rs/releases) - [Changelog](https://github.com/mazznoer/colorgrad-rs/blob/master/CHANGELOG.md) - [Commits](mazznoer/colorgrad-rs@v0.6.2...v0.7.0) Updates `euclid` from 0.22.10 to 0.22.11 - [Release notes](https://github.com/servo/euclid/releases) - [Commits](https://github.com/servo/euclid/commits) 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 `http_req` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](jayjamesjay/http_req@v0.11.1...v0.12.0) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) Updates `unicode-segmentation` from 1.11.0 to 1.12.0 - [Commits](unicode-rs/unicode-segmentation@v1.11.0...v1.12.0) Updates `camino` from 1.1.7 to 1.1.9 - [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.7...camino-1.1.9) Updates `filenamegen` from 0.2.6 to 0.2.7 - [Commits](https://github.com/wez/wzsh/commits) Updates `rstest` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.21.0...v0.22.0) Updates `whoami` from 1.5.1 to 1.5.2 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.5.1...v1.5.2) Updates `async-io` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-io@v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: colorgrad dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: euclid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: http_req dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: filenamegen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 404c18a - Browse repository at this point
Copy the full SHA 404c18aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.