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

⬆️ Update async-io to v2.3.1 #639

Merged
merged 1 commit into from
Feb 22, 2024
Merged

⬆️ Update async-io to v2.3.1 #639

merged 1 commit into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-io dev-dependencies major 1.13.0 -> 2.3.1
async-io dependencies patch 2.2.2 -> 2.3.1

Release Notes

smol-rs/async-io (async-io)

v2.3.1

Compare Source

  • On Windows, call WSAStartup before any raw socket functions. (#​183)

v2.3.0

Compare Source

  • Add Waitable, which allows waiting for waitable handles on
    Windows. (#​152)

v2.2.2

Compare Source

  • Fix an EINVAL error that would occur when abstract sockets are used. (#​176)

v2.2.1

Compare Source

  • Remove dependency on waker-fn. (#​165)
  • Update windows-sys to v0.52.0. (#​173)

v2.2.0

Compare Source

  • Bump async-lock and futures-lite to their latest version. (#​170)

v2.1.0

Compare Source

  • Implement IoSafe for std::process::{ChildStdin, ChildStdout, ChildStderr}. (#​162)

v2.0.0

Compare Source

  • Breaking: Async::new() now takes types that implement AsFd/AsSocket instead of AsRawFd/AsRawSocket, in order to implement I/O safety. (#​142)
  • Breaking: Async::get_mut(), Async::read_with_mut() and Async::write_with_mut() are now unsafe. The underlying source is technically "borrowed" by the polling instance, so moving it out would be unsound. (#​142)
  • Expose miscellaneous kqueue filters in the os::kqueue module. (#​112)
  • Expose a way to get the underlying Poller's file descriptor on Unix. (#​125)
  • Add a new Async::new_nonblocking method to allow users to avoid duplicating an already nonblocking socket. (#​159)
  • Remove the unused fastrand and memchr dependencies. (#​131)
  • Use tracing instead of log. (#​140)
  • Support ESP-IDF. (#​144)
  • Optimize the block_on function to reduce allocation, leading to a slight performance improvement. (#​149)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Feb 20, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path zbus_macros/Cargo.toml --package [email protected] --precise 2.3.1
    Updating crates.io index
error: failed to select a version for the requirement `async-io = "^1.0.1"`
candidate versions found which didn't match: 2.3.1
location searched: crates.io index
required by package `async-std v1.12.0`
    ... which satisfies dependency `async-std = "^1.12.0"` (locked to 1.12.0) of package `zbus v4.0.1 (/tmp/renovate/repos/github/dbus2/zbus/zbus)`
perhaps a crate was updated and forgotten to be re-vendored?

@zeenix zeenix merged commit 9f42a77 into main Feb 22, 2024
7 of 8 checks passed
@zeenix zeenix deleted the renovate/async-io-2.x branch February 22, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant