generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 51
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 non-rust-vmm group across 2 directories with 30 updates #803
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/main/non-rust-vmm-52fb5bd08c
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… updates Bumps the non-rust-vmm group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` | | [evdev](https://github.com/cmr/evdev) | `0.12.2` | `0.13.0` | | [rstest](https://github.com/la10736/rstest) | `0.23.0` | `0.24.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.8.0` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.6` | `3.0.7` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.11` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` | | [neli](https://github.com/jbaublitz/neli) | `0.6.4` | `0.6.5` | | [neli-proc-macros](https://github.com/jbaublitz/neli) | `0.1.3` | `0.1.4` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.42` | `0.38.44` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.12.1` | Bumps the non-rust-vmm group with 18 updates in the /staging directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` | | [rstest](https://github.com/la10736/rstest) | `0.23.0` | `0.24.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.8.0` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.6` | `3.0.7` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.42` | `0.38.44` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` | | [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.96` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.12.1` | | rutabaga_gfx | `0.1.4` | `0.1.5` | Updates `clap` from 4.5.23 to 4.5.27 - [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.23...clap_complete-v4.5.27) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.16.0) Updates `evdev` from 0.12.2 to 0.13.0 - [Changelog](https://github.com/emberian/evdev/blob/main/CHANGELOG.md) - [Commits](emberian/evdev@0.12.2...0.13.0) Updates `rstest` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) Updates `bitflags` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.6.0...2.8.0) Updates `anstyle-wincon` from 3.0.6 to 3.0.7 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7) Updates `cc` from 1.2.6 to 1.2.11 - [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.2.6...cc-v1.2.11) Updates `clap_builder` from 4.5.23 to 4.5.27 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.23...v4.5.27) Updates `clap_derive` from 4.5.18 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.18...v4.5.24) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `linux-raw-sys` from 0.4.14 to 0.4.15 - [Commits](sunfishcode/linux-raw-sys@v0.4.14...v0.4.15) Updates `memoffset` from 0.6.5 to 0.9.1 - [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md) - [Commits](Gilnaa/memoffset@v0.6.5...v0.9.1) Updates `neli` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/jbaublitz/neli/releases) - [Changelog](https://github.com/jbaublitz/neli/blob/neli-v0.6.5/CHANGELOG.md) - [Commits](jbaublitz/neli@neli-v0.6.4...neli-v0.6.5) Updates `neli-proc-macros` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/jbaublitz/neli/releases) - [Changelog](https://github.com/jbaublitz/neli/blob/neli-proc-macros-v0.1.4/PROC_MACRO_CHANGELOG.md) - [Commits](jbaublitz/neli@neli-proc-macros-v0.1.3...neli-proc-macros-v0.1.4) Updates `pin-project-lite` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.15...v0.2.16) Updates `proc-macro2` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.93) Updates `rstest_macros` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) Updates `rustix` from 0.38.42 to 0.38.44 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.42...v0.38.44) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `semver` from 1.0.24 to 1.0.25 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.25) Updates `toml_edit` from 0.22.22 to 0.22.23 - [Commits](toml-rs/toml@v0.22.22...v0.22.23) Updates `unicode-ident` from 1.0.14 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.16) Updates `uuid` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.1) Updates `uuid-macro-internal` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.1) Updates `winnow` from 0.6.21 to 0.7.0 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.21...v0.7.0) Updates `clap` from 4.5.23 to 4.5.27 - [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.23...clap_complete-v4.5.27) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.16.0) Updates `rstest` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) Updates `bitflags` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.6.0...2.8.0) Updates `anstyle-wincon` from 3.0.6 to 3.0.7 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7) Updates `clap_builder` from 4.5.23 to 4.5.27 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.23...v4.5.27) Updates `clap_derive` from 4.5.18 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.18...v4.5.24) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `linux-raw-sys` from 0.4.14 to 0.4.15 - [Commits](sunfishcode/linux-raw-sys@v0.4.14...v0.4.15) Updates `pin-project-lite` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.15...v0.2.16) Updates `proc-macro2` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.93) Updates `rstest_macros` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) Updates `rustix` from 0.38.42 to 0.38.44 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.42...v0.38.44) Updates `semver` from 1.0.24 to 1.0.25 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.25) Updates `syn` from 2.0.93 to 2.0.96 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.93...2.0.96) Updates `toml_edit` from 0.22.22 to 0.22.23 - [Commits](toml-rs/toml@v0.22.22...v0.22.23) Updates `unicode-ident` from 1.0.14 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.16) Updates `uuid` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.1) Updates `uuid-macro-internal` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.1) Updates `winnow` from 0.6.21 to 0.7.0 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.21...v0.7.0) Updates `rutabaga_gfx` from 0.1.4 to 0.1.5 --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: evdev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: memoffset dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: neli dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: neli-proc-macros dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: rstest_macros dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: uuid-macro-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: rstest_macros dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: non-rust-vmm - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: uuid-macro-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: non-rust-vmm - dependency-name: rutabaga_gfx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-rust-vmm ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
stsquad,
vireshk,
stefano-garzarella and
epilys
as code owners
February 1, 2025 04:19
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Feb 1, 2025
@dorindabassey @MatiasVara can you take a look here, it looks like some API used by the pipewire backend in vhost-device-sound are now deprecated and some changed name: https://buildkite.com/rust-vmm/vhost-device-ci/builds/2974#0194bfbc-2a50-494a-8328-fc23544b7f51/40-416 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps the non-rust-vmm group with 22 updates in the / directory:
4.5.23
4.5.27
0.4.22
0.4.25
2.0.9
2.0.11
0.8.5
0.9.0
3.14.0
3.16.0
0.12.2
0.13.0
0.23.0
0.24.0
2.6.0
2.8.0
3.0.6
3.0.7
1.2.6
1.2.11
2.7.0
2.7.1
0.4.14
0.4.15
0.6.4
0.6.5
0.1.3
0.1.4
0.2.15
0.2.16
1.0.92
1.0.93
0.38.42
0.38.44
1.0.18
1.0.19
1.0.24
1.0.25
0.22.22
0.22.23
1.0.14
1.0.16
1.11.0
1.12.1
Bumps the non-rust-vmm group with 18 updates in the /staging directory:
4.5.23
4.5.27
0.4.22
0.4.25
2.0.9
2.0.11
3.14.0
3.16.0
0.23.0
0.24.0
2.6.0
2.8.0
3.0.6
3.0.7
2.7.0
2.7.1
0.4.14
0.4.15
0.2.15
0.2.16
1.0.92
1.0.93
0.38.42
0.38.44
1.0.24
1.0.25
2.0.93
2.0.96
0.22.22
0.22.23
1.0.14
1.0.16
1.11.0
1.12.1
0.1.4
0.1.5
Updates
clap
from 4.5.23 to 4.5.27Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
21c9892
chore: Release0c8bceb
docs: Update changelogd8f102a
Merge pull request #5732 from epage/consistentc92fca3
docs(complete): Clarify CompleteEnv's Shell trait5ca60e9
Merge pull request #5731 from epage/bash5d7c16c
fix(complete): Adjust how IFS is passed to clapdf1efca
chore: Released48bef6
docs: Update changelog6b7aa3d
Merge pull request #5628 from mart-mihkel/complete_hyphen57b6cb8
refactor(complete): Simplify engine::completeUpdates
log
from 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo features2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.23Updates
thiserror
from 2.0.9 to 2.0.11Release notes
Sourced from thiserror's releases.
Commits
0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostd1a226ae
Disable two more integration tests in no-std mode8b5f2d7
Fix unused import in test when built without stdeecd247
Add CI step to test with "std" disabled8f2a76b
Merge pull request #409 from Maytha8/std-tests693a6cd
Add feature gate to tests that use std349f696
Release 2.0.106cd87bc
Merge pull request #408 from dtolnay/assoctype6b3e1e5
Generate trait bounds on associated typesUpdates
rand
from 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6
Prepare 0.9.0 release (#1558)34da321
Enablestdarch_x86_avx512
for cpu hasavx512bw
(#1551)b4b1eb7
Re-org with distr::slice, distr::weighted modules (#1548)16eb7de
Add thethread_rng
feature flag (#1547)afa24e4
Fix test status badges (#1544)c681dfc
Create FUNDING.yml9f05e22
Update: getrandom v0.3.0 rc.0 (#1541)88c310b
Fix docs.rs build options (#1539)b879689
Adjust GH Actions (#1538)3fac49f
Prepare 0.9.0-beta.0 (#1535)Updates
tempfile
from 3.14.0 to 3.16.0Changelog
Sourced from tempfile's changelog.
Commits
6ecd9f1
chore: release 3.16.03693c01
build: upgrade getrandom to v0.3.0 (#320)a4596e5
build: allowwindows-sys
0.59 (#319)3ac6d4e
chore: fix clippy lifetime warning (#318)3a722e8
docs: improve & expand security documentation (#317)e7a40e3
Release v3.15.0ea45f47
feat: re-seed from system randomness on collision (#314)16209da
Fix link to ticket in changelog (#310)ae22b27
docs: add owasp link on insecure temporary files (#309)Updates
evdev
from 0.12.2 to 0.13.0Changelog
Sourced from evdev's changelog.
Commits
efb8078
Release evdev 0.135a5ec3c
Fix badgeecb8439
Fix CI216e5b1
Fix CI7cbae16
Missed a VirtualDeviceBuilder::new()bb14324
Improve docs98bec68
Show code name in InputEvent Debug impl (fixes #152)b01ca2a
Fix accidental featureccce3d8
Add Device::set_nonblocking4e74313
Fix nix 0.29 updateUpdates
rstest
from 0.23.0 to 0.24.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
d57af90
Prepare releasedfc4ff0
Make clippy happy01140c1
Docs and changelog4a9763f
1. Test also matrix cased77d7c6
Base implementation7792a9b
Add the ability to run CI test on demand11869b5
Don't add channel if the env is not provided explicitly.9a78bfb
replace futures with futures-util88f9c2e
#282 : add e2e test, cover also the once fixture case and add cheange log linescb5db35
Close #284 and add a test to check msrv on rendered code.Updates
bitflags
from 2.6.0 to 2.8.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e20af86
Merge pull request #432 from bitflags/cargo/2.8.0ba41e4b
prepare for 2.8.0 release89be927
Merge pull request #431 from bitflags/feat/bitflags-matchfcfdfd0
finalize bitflags_match8d829b6
Merge pull request #423 from YuniqueUnic/mainb544b58
feat(bitflags): Enhance the functionality and flexibility of the `bitflags_ma...b41a9e8
refactor(match): 重命名 bitflag 匹配宏并优化相关文档04502cf
Merge branch 'bitflags:main' into main10b9fd3
Merge pull request #430 from bitflags/cargo/2.7.0137485a
prepare for 2.7.0 releaseUpdates
anstyle-wincon
from 3.0.6 to 3.0.7Commits
5925243
chore: Release5e6b41d
docs: Update changelogf6a7b79
Merge pull request #239 from epage/ci92fe1b2
chore(ci): Run more checks on Windows1f3fef0
fix(wincon): Restore MSRV86dca69
style: Fix clippy warnings in cfg(windows) coded2ff8f2
chore(deps): Update Rust Stable to v1.84 (#237)8180067
chore(deps): Update Rust Stable to v1.83 (#232)f088309
style: Make clippy happyab1e195
chore: Update from _rust templateUpdates
cc
from 1.2.6 to 1.2.11Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
81929fa
chore: release v1.2.11 (#1377)a10fd61
Fix more flag inheritance (#1380)3a4a86d
Include wrapper args. instdout
family heuristics to restore classifying `c...65b4d9a
Constrain-Clto
and-Cembed-bitcode
flag inheritance to beclang
-only (...8533e8c
Pass deployment target with-m*-version-min=
(#1339)bf4dcf7
Regenerate target info (#1376)e65d160
Update rusqlite requirement from 0.32.0 to 0.33.0 (#1374)48416a2
chore: release v1.2.10 (#1370)