Remove non-additive unicode feature. The library now uses char::is_alphanumeric
instead of the unicode-segmentation library to determine word boundaries in all cases.
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 in /staging with 11 updates:
4.5.2
4.5.3
1.0.57
1.0.58
0.10.0
0.11.0
0.13.1
0.14.0
0.14.0
0.14.1
1.0.80
1.0.81
4.5.0
4.5.3
0.4.1
0.5.0
1.0.78
1.0.79
2.0.52
2.0.53
1.0.57
1.0.58
Updates
clap
from 4.5.2 to 4.5.3Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
4e07b43
chore: Release8247c7d
docs: Update changelog677c52c
chore: Updateheck
requirement (#5396)Updates
thiserror
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintUpdates
vhost
from 0.10.0 to 0.11.0Release notes
Sourced from vhost's releases.
Commits
0133c53
vhost: Prepare v0.11.0 release6ce9d36
Add SET_LOG_BASE message support4443df5
vhost-user-backend: Add vhost-user bitmap trait boundsd05f1b5
Add replaceable-mmapped bitmap support8912622
Add myself as code owner6241add
build(deps): bump the vhost group with 1 update1bead8f
build(deps): bump rust-vmm-ci from72ebeb3
to7606478
39e56d3
build(deps): bump the vhost group with 1 update3044602
coverage: add vhost-user-backend/postcopy feature032fe16
ci: addpostcopy
feature to*-without-xen
testsUpdates
vhost-user-backend
from 0.13.1 to 0.14.0Release notes
Sourced from vhost-user-backend's releases.
Commits
e3de130
vhost-user-backend: Prepare v0.14.0 release0133c53
vhost: Prepare v0.11.0 release6ce9d36
Add SET_LOG_BASE message support4443df5
vhost-user-backend: Add vhost-user bitmap trait boundsd05f1b5
Add replaceable-mmapped bitmap support8912622
Add myself as code owner6241add
build(deps): bump the vhost group with 1 update1bead8f
build(deps): bump rust-vmm-ci from72ebeb3
to7606478
39e56d3
build(deps): bump the vhost group with 1 update3044602
coverage: add vhost-user-backend/postcopy featureUpdates
vm-memory
from 0.14.0 to 0.14.1Changelog
Sourced from vm-memory's changelog.
Commits
6bbdf2c
Prepare 0.14.1 releasee4a6de3
fix: Remove 4096B chunk restriction of read/write_volatiled5741e9
build(deps): bump rust-vmm-ci from72ebeb3
to7606478
9206537
Resolve unused import warning1487e70
build(deps): bump rust-vmm-ci frombe28ad8
to72ebeb3
Updates
anyhow
from 1.0.80 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -DwarningsUpdates
clap_derive
from 4.5.0 to 4.5.3Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
4e07b43
chore: Release8247c7d
docs: Update changelog677c52c
chore: Updateheck
requirement (#5396)f65d421
chore: Release886b272
docs: Update changelog3ba4297
Merge pull request #5386 from amaanq/static-var-name2aea950
fix: Use SCREAMING_SNAKE_CASE for static variableauthors
690f555
Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.xa2aa644
chore(deps): update compatible (dev) (#5381)c233de5
chore(deps): update pre-commit/action action to v3.0.1Updates
heck
from 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
Updates
proc-macro2
from 1.0.78 to 1.0.79Release notes
Sourced from proc-macro2's releases.
Commits
4ba4ab1
Release 1.0.79b176581
Prevent new lint from turning off nightly span support under -Dwarningsb9cd864
Fix dead_code warning on fallback SourceFilee94f432
Ignore incompatible_msrv clippy lint for conditionally compiled code18c75c6
Ignore dead_code warning in test5cd21eb
Update ui test suite to nightly-2024-02-01Updates
syn
from 2.0.52 to 2.0.53Release notes
Sourced from syn's releases.
Commits
32dcf8d
Release 2.0.53fd1f2aa
Merge pull request #1597 from dtolnay/copyprintnothing4f6c052
Implement ToTokens for syn::parse::Nothing3f37543
Implement Copy for syn::parse::Nothing36a4122
Update test suite to nightly-2024-03-16bd93106
Revert "Temporarily disable nightly testing due to libLLVM link issue"06166a7
Update test suite to nightly-2024-03-09ed545e7
Work around doc_markdown lint in test_precedence7aef1ed
Temporarily disable nightly testing due to libLLVM link issue556b10b
Update test suite to nightly-2024-03-06Updates
thiserror-impl
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror-impl's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintDependabot 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