Skip to content

build(deps): update bitflags requirement from 1.0 to 2.3 - #29

Closed
dependabot[bot] wants to merge 12 commits into
mainfrom
dependabot/cargo/bitflags-2.3
Closed

dependabot[bot] wants to merge 12 commits into
mainfrom
dependabot/cargo/bitflags-2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2023

Copy link
Copy Markdown

Updates the requirements on bitflags to permit the latest version.

Release notes

Sourced from bitflags's releases.

2.3.1

What's Changed

Full Changelog: bitflags/bitflags@2.3.0...2.3.1

Changelog

Sourced from bitflags's changelog.

2.3.1

What's Changed

Full Changelog: bitflags/bitflags@2.3.0...2.3.1

2.3.0

What's Changed

Full Changelog: bitflags/bitflags@2.2.1...2.3.0

2.2.1

What's Changed

Full Changelog: bitflags/bitflags@2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.1.0...2.2.0

2.1.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.0.2...2.1.0

2.0.2

What's Changed

... (truncated)

Commits
  • cf01ab0 Merge pull request #358 from KodrAus/cargo/2.3.1
  • 3d0c558 prepare for 2.3.1 release
  • 32d406a Merge pull request #355 from KodrAus/fix/self-in-flags
  • 64fc276 fix up example feature
  • 8872a64 fix up clippy in CI
  • 748d88c fix up clippy lints and flag exprs referring to Self
  • a4b8c99 fix up custom bits test
  • 4aa03b8 add regression test for Self in flags values
  • 31d3e4a Merge pull request #352 from KodrAus/cargo/2.3.0
  • 51e8197 prepare for 2.3.0 release
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

GuestRegionMmap::from_range() can take care of creating the region as
well now, use it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 22, 2023
@dependabot
dependabot Bot force-pushed the dependabot/cargo/bitflags-2.3 branch 2 times, most recently from fd66262 to 392642f Compare May 23, 2023 11:39
vireshk added 10 commits May 25, 2023 13:10
vm-memory crate now supports Xen specific memory mappings via a special
feature: "xen". Modify all vhost crates to work with the new feature.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This needs more work and isn't merged ready.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This adds a new crate for vhost-user-frontend.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This copies few files and definitions related to frontend side of
vhost-user protocol from cloud hypervisor.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Some of the helpers are not required for every user, and can be dropped.
Remove them and do minor cleanups.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Provide a generic implementation of VirtioDevice, which can be reused by
all sort of devices.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
The device specific implementation may need to pass extra protocol
specific features, like XEN_MMAP. Add the ability to receive that.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
If the Xen Mmap feature is negotiated, the layout of the memory region
changes and more information is required to be parsed. Do that.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/bitflags-2.3 branch from 392642f to b2d5345 Compare May 25, 2023 09:14
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@1.0.0...2.3.1)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/bitflags-2.3 branch from b2d5345 to b23174a Compare May 25, 2023 09:15
@vireshk
vireshk force-pushed the main branch 3 times, most recently from 869e28c to eda164d Compare July 4, 2023 05:42
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2023

Copy link
Copy Markdown
Author

Superseded by #34.

@dependabot dependabot Bot closed this Aug 14, 2023
@dependabot
dependabot Bot deleted the dependabot/cargo/bitflags-2.3 branch August 14, 2023 08:12
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