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

fix(deps): lock file maintenance rust dependencies #384

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
bytes workspace.dependencies minor 1.8.0 -> 1.9.0
tokio (source) dependencies minor 1.41.1 -> 1.42.0
typed-path dependencies minor 0.9.3 -> 0.10.0

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

tokio-rs/bytes (bytes)

v1.9.0

Compare Source

Added
  • Add Bytes::from_owner to enable externally-allocated memory (#​742)
Documented
  • Fix typo in Buf::chunk() comment (#​744)
Internal changes
  • Replace BufMut::put with BufMut::put_slice in Writer impl (#​745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#​743)
tokio-rs/tokio (tokio)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)
Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)
chipsenkbeil/typed-path (typed-path)

v0.10.0

Compare Source

  • Add PlatformEncoding and Utf8PlatformEncoding structs that mirror the
    functionality of NativeEncoding and Utf8NativeEncoding respectively, but
    as distinct structs instead of type aliases.
  • Add PlatformPath and PlatformPathBuf type aliases that use PlatformEncoding.
  • Add Utf8PlatformPath and Utf8PlatformPathBuf type aliases that use Utf8PlatformEncoding.
  • Add AsRef<ffi::OsStr> for Utf8Path and Utf8PathBuf.
  • Add TryAsRef<Utf8Path> for ffi::OsStr and ffi::OsString.
  • Add From<Utf8PathBuf> for ffi::OsString.
  • Remove implementation of TryAsRef<std::path::Path> for Path<T>.
  • Remove implementation of TryAsRef<Path<T>> for std::path::Path.
  • Remove implementation of TryAsRef<std::path::Path> for TypedPath.
  • Remove implementation of TryAsRef<std::path::Path> for Utf8TypedPath.
  • Remove implementation of TryFrom<Utf8TypedPathBuf> for std::path::PathBuf.
  • Remove implementation of TryFrom<Utf8TypedPathBuf> for std::path::PathBuf.
  • Remove implementation of From<Utf8UnixPathBuf> for std::path::PathBuf.
  • Remove implementation of From<Utf8WindowsPathBuf> for std::path::PathBuf.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the A-dependencies Area: Related to updating dependencies label Dec 10, 2024
@simonsan simonsan closed this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Related to updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant