Skip to content
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): update tokio-uring requirement from 0.4 to 0.5 #3385

Merged
merged 3 commits into from
Jun 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Updates the requirements on tokio-uring to permit the latest version.

Release notes

Sourced from tokio-uring's releases.

v0.5.0

What's Changed

... (truncated)

Changelog

Sourced from tokio-uring's changelog.

0.4.0 (November 5th, 2022)

Fixed

  • Fix panic in Deref/DerefMut for Slice extending into uninitialized part of the buffer (#52)
  • docs: all-features = true (#84)
  • fix fs unit tests to avoid parallelism (#121)
  • Box the socket address to allow moving the Connect future (#126)
  • rt: Fix data race (#146)

Added

  • Implement fs::File::readv_at()/writev_at() (#87)
  • fs: implement FromRawFd for File (#89)
  • Implement AsRawFd for TcpStream (#94)
  • net: add TcpListener.local_addr method (#107)
  • net: add TcpStream.write_all (#111)
  • driver: add Builder API as an option to start (#113)
  • Socket and TcpStream shutdown (#124)
  • fs: implement fs::File::from_std (#131)
  • net: implement FromRawFd for TcpStream (#132)
  • fs: implement OpenOptionsExt for OpenOptions (#133)
  • Add NoOp support (#134)
  • Add writev to TcpStream (#136)
  • sync TcpStream, UnixStream and UdpSocket functionality (#141)
  • Add benchmarks for no-op submission (#144)
  • Expose runtime structure (#148)

Changed

  • driver: batch submit requests and add benchmark (#78)
  • Depend on io-uring version ^0.5.8 (#153)

Internal Improvements

  • chore: fix clippy lints (#99)
  • io: refactor post-op logic in ops into Completable (#116)
  • Support multi completion events: v2 (#130)
  • simplify driver operation futures (#139)
  • rt: refactor runtime to avoid Rc<RefCell<...>> (#142)
  • Remove unused dev-dependencies (#143)
  • chore: types and fields explicitly named (#149)
  • Ignore errors from uring while cleaning up (#154)
  • rt: drop runtime before driver during shutdown (#155)
  • rt: refactor drop logic (#157)
  • rt: fix error when calling block_on twice (#162)

CI changes

  • chore: update actions/checkout action to v3 (#90)

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 3, 2024
@robjtede robjtede marked this pull request as draft June 3, 2024 01:23
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-uring-0.5 branch 5 times, most recently from cf21c2d to 8807486 Compare June 8, 2024 23:22
Updates the requirements on [tokio-uring](https://github.com/tokio-rs/tokio-uring) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio-uring/releases)
- [Changelog](https://github.com/tokio-rs/tokio-uring/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/tokio-uring@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: tokio-uring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-uring-0.5 branch from 8807486 to 0d4a716 Compare June 9, 2024 05:09
@robjtede robjtede marked this pull request as ready for review June 9, 2024 17:09
@robjtede robjtede enabled auto-merge June 9, 2024 17:37
@robjtede robjtede added this pull request to the merge queue Jun 9, 2024
Merged via the queue into master with commit 8b8eb4e Jun 9, 2024
14 checks passed
@robjtede robjtede deleted the dependabot/cargo/tokio-uring-0.5 branch June 9, 2024 17:56
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