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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the vhost-device group with 5 updates:
1.17.0
1.17.1
1.1.14
1.1.15
2.4.0
2.5.0
0.4.0
0.4.1
0.38.34
0.38.35
Updates
bytemuck
from 1.17.0 to 1.17.1Changelog
Sourced from bytemuck's changelog.
Commits
dc059fd
chore: Release bytemuck version 1.17.14bd5008
changelog.3f42bec
Force#[repr(C)]
layout to guarantee same offset ofunion
fields. (#268)Updates
cc
from 1.1.14 to 1.1.15Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
41535f6
chore: release (#1195)ad5d37b
Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabi...Updates
indexmap
from 2.4.0 to 2.5.0Changelog
Sourced from indexmap's changelog.
Commits
48ed490
Release 2.5.0139d7ad
Merge pull request #340 from cuviper/insert-bounds1d9b5e3
Add doc examples forinsert_before
andshift_insert
8ca01b0
Useinsert_before
for "new" entries ininsert_sorted
7224def
Addinsert_before
as an alternate toshift_insert
0247a15
Document and assert index bounds inshift_insert
922c6ad
Update the CI badgee482e17
Merge pull request #342 from cuviper/btree-likeb63e4a1
Merge pull request #341 from cuviper/from-entry264e5b7
Add doc aliases likeBTreeMap
/BTreeSet
Updates
rustc_version
from 0.4.0 to 0.4.1Release notes
Sourced from rustc_version's releases.
Commits
eeca449
Set rust-version in metadataa47da65
Remove authors from metadata (per RFC 3052)b4b6dbb
Update cargo-deny config3997cc6
Make license metadata SPDX compatible75d6f4a
bump version number: v0.4.17e78539
respect RUSTC_WRAPPER env var599b9e9
Add funding options9cdb266
Update URLs after repo transferUpdates
rustix
from 0.38.34 to 0.38.35Commits
629de02
chore: Release rustix version 0.38.35c4c4511
Miscellaneous documentation fixes. (#1142)b978851
Fixelided_lifetimes_in_paths
warnings. (#1141)5ee37f5
Disable thefutex
deprecation for now. (#1138)e8bcc80
Add more documentation for inotify. (#1140)3bf3410
Addinotify::
qualifiers to the inotify deprecation messages. (#1136)547fbe7
Add a module-level example comment to the shm module. (#1137)8da70cb
Miscellaneous documentation and clippy fixes for epoll. (#1135)e2014c5
Miscellaneous documentation and clippy fixes for futex. (#1134)d0c4b8f
Add moreepoll::
qualifiers to epoll's public API. (#1132)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