Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): lock file maintenance rust dependencies (#389)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [bytes](https://redirect.github.com/tokio-rs/bytes) | workspace.dependencies | minor | `1.8.0` -> `1.9.0` | | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | dependencies | minor | `1.41.1` -> `1.42.0` | | [typed-path](https://redirect.github.com/chipsenkbeil/typed-path) | dependencies | minor | `0.9.3` -> `0.10.0` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>tokio-rs/bytes (bytes)</summary> ### [`v1.9.0`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#190-November-27-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.8.0...v1.9.0) ##### Added - Add `Bytes::from_owner` to enable externally-allocated memory ([#​742](https://redirect.github.com/tokio-rs/bytes/issues/742)) ##### Documented - Fix typo in Buf::chunk() comment ([#​744](https://redirect.github.com/tokio-rs/bytes/issues/744)) ##### Internal changes - Replace BufMut::put with BufMut::put_slice in Writer impl ([#​745](https://redirect.github.com/tokio-rs/bytes/issues/745)) - Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug ([#​743](https://redirect.github.com/tokio-rs/bytes/issues/743)) </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.42.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.42.0): Tokio v1.42.0 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) ### 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]) [#​6791]: https://redirect.github.com/tokio-rs/tokio/pull/6791 [#​6929]: https://redirect.github.com/tokio-rs/tokio/pull/6929 [#​6966]: https://redirect.github.com/tokio-rs/tokio/pull/6966 [#​6967]: https://redirect.github.com/tokio-rs/tokio/pull/6967 [#​6982]: https://redirect.github.com/tokio-rs/tokio/pull/6982 [#​6999]: https://redirect.github.com/tokio-rs/tokio/pull/6999 </details> <details> <summary>chipsenkbeil/typed-path (typed-path)</summary> ### [`v0.10.0`](https://redirect.github.com/chipsenkbeil/typed-path/blob/HEAD/CHANGELOG.md#0100---2024-12-01) [Compare Source](https://redirect.github.com/chipsenkbeil/typed-path/compare/v0.9.3...v0.10.0) - 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`. </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rustic-rs/rustic_core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQS1kZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information