chore(deps): update all dependencies #11

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.93 -> 1.0.95
bytes workspace.dependencies minor 1.8.0 -> 1.9.0
chrono dependencies patch 0.4.38 -> 0.4.39
clap workspace.dependencies patch 4.5.21 -> 4.5.23
nodrift workspace.dependencies minor 0.2.0 -> 0.3.0
notmad dependencies minor 0.5.0 -> 0.7.0
tokio (source) workspace.dependencies minor 1.41.1 -> 1.42.0
tokio-stream (source) dependencies patch 0.1.16 -> 0.1.17
tokio-util (source) dependencies patch 0.7.12 -> 0.7.13

Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements
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)
chronotope/chrono (chrono)

v0.4.39: 0.4.39

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself
kjuulh/mad (notmad)

v0.7.1

Compare Source

Fixed
  • make sure to close on final

v0.7.0

Compare Source

Added
  • actually bubble up errors
Fixed
  • (deps) update rust crate thiserror to v2 (#​9)

v0.6.0

Compare Source

Added
  • adding test to make sure we can gracefully shutdown
  • make sure to close down properly
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)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.93` -> `1.0.95` | | [bytes](https://github.com/tokio-rs/bytes) | workspace.dependencies | minor | `1.8.0` -> `1.9.0` | | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.38` -> `0.4.39` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.21` -> `4.5.23` | | [nodrift](https://crates.io/crates/nodrift) | workspace.dependencies | minor | `0.2.0` -> `0.3.0` | | [notmad](https://github.com/kjuulh/mad) | dependencies | minor | `0.5.0` -> `0.7.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.41.1` -> `1.42.0` | | [tokio-stream](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `0.1.16` -> `0.1.17` | | [tokio-util](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `0.7.12` -> `0.7.13` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.95`](https://github.com/dtolnay/anyhow/releases/tag/1.0.95) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95) - Add [`Error::from_boxed`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed) ([#&#8203;401](https://github.com/dtolnay/anyhow/issues/401), [#&#8203;402](https://github.com/dtolnay/anyhow/issues/402)) ### [`v1.0.94`](https://github.com/dtolnay/anyhow/releases/tag/1.0.94) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94) - Documentation improvements </details> <details> <summary>tokio-rs/bytes (bytes)</summary> ### [`v1.9.0`](https://github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#190-November-27-2024) [Compare Source](https://github.com/tokio-rs/bytes/compare/v1.8.0...v1.9.0) ##### Added - Add `Bytes::from_owner` to enable externally-allocated memory ([#&#8203;742](https://github.com/tokio-rs/bytes/issues/742)) ##### Documented - Fix typo in Buf::chunk() comment ([#&#8203;744](https://github.com/tokio-rs/bytes/issues/744)) ##### Internal changes - Replace BufMut::put with BufMut::put_slice in Writer impl ([#&#8203;745](https://github.com/tokio-rs/bytes/issues/745)) - Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug ([#&#8203;743](https://github.com/tokio-rs/bytes/issues/743)) </details> <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.39`](https://github.com/chronotope/chrono/releases/tag/v0.4.39): 0.4.39 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39) #### What's Changed - [#&#8203;1577](https://github.com/chronotope/chrono/issues/1577): Changed years_since documentation to match its implementation by [@&#8203;Taxalo](https://github.com/Taxalo) in https://github.com/chronotope/chrono/pull/1578 - Remove obsolete weird feature guard by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1582 - Fix format::strftime docs link by [@&#8203;frederikhors](https://github.com/frederikhors) in https://github.com/chronotope/chrono/pull/1581 - Fix micros (optional) limit in and_hms_micro_opt by [@&#8203;qrilka](https://github.com/qrilka) in https://github.com/chronotope/chrono/pull/1584 - Update windows-bindgen requirement from 0.56 to 0.57 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/chronotope/chrono/pull/1589 - native/date: Improve DelayedFormat doc re Panics by [@&#8203;behnam-oneschema](https://github.com/behnam-oneschema) in https://github.com/chronotope/chrono/pull/1590 - Fix typo in rustdoc of `from_timestamp_nanos()` by [@&#8203;sgoll](https://github.com/sgoll) in https://github.com/chronotope/chrono/pull/1591 - Update windows-bindgen requirement from 0.57 to 0.58 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/chronotope/chrono/pull/1594 - docs: document century cutoff for %y by [@&#8203;MarcoGorelli](https://github.com/MarcoGorelli) in https://github.com/chronotope/chrono/pull/1598 - Checked `NaiveWeek` methods by [@&#8203;bragov4ik](https://github.com/bragov4ik) in https://github.com/chronotope/chrono/pull/1600 - Impl serde::Serialize and serde::Deserialize for TimeDelta by [@&#8203;Awpteamoose](https://github.com/Awpteamoose) in https://github.com/chronotope/chrono/pull/1599 - Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` by [@&#8203;DSeeLP](https://github.com/DSeeLP) in https://github.com/chronotope/chrono/pull/1618 - Support ohos tzdata since ver.oh35 by [@&#8203;MirageLyu](https://github.com/MirageLyu) in https://github.com/chronotope/chrono/pull/1613 - Use Formatter::pad (instead of write_str) for Weekdays by [@&#8203;horazont](https://github.com/horazont) in https://github.com/chronotope/chrono/pull/1621 - Fix typos by [@&#8203;szepeviktor](https://github.com/szepeviktor) in https://github.com/chronotope/chrono/pull/1623 - Fix comment. by [@&#8203;khuey](https://github.com/khuey) in https://github.com/chronotope/chrono/pull/1624 - chore: add `#[inline]` to `num_days` by [@&#8203;CommanderStorm](https://github.com/CommanderStorm) in https://github.com/chronotope/chrono/pull/1627 - fix typo by [@&#8203;futreall](https://github.com/futreall) in https://github.com/chronotope/chrono/pull/1633 - Update mod.rs by [@&#8203;donatik27](https://github.com/donatik27) in https://github.com/chronotope/chrono/pull/1638 </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23) ##### Fixes - *(parser)* When check `allow_negative_numbers`, allow `E` again ### [`v4.5.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22) ##### Fixes - *(assert)* Catch bugs with arguments requiring themself </details> <details> <summary>kjuulh/mad (notmad)</summary> ### [`v0.7.1`](https://github.com/kjuulh/mad/blob/HEAD/CHANGELOG.md#071---2024-11-24) [Compare Source](https://github.com/kjuulh/mad/compare/v0.7.0...v0.7.1) ##### Fixed - make sure to close on final ### [`v0.7.0`](https://github.com/kjuulh/mad/blob/HEAD/CHANGELOG.md#070---2024-11-24) [Compare Source](https://github.com/kjuulh/mad/compare/v0.6.0...v0.7.0) ##### Added - actually bubble up errors ##### Fixed - *(deps)* update rust crate thiserror to v2 ([#&#8203;9](https://github.com/kjuulh/mad/issues/9)) ### [`v0.6.0`](https://github.com/kjuulh/mad/blob/HEAD/CHANGELOG.md#060---2024-11-23) [Compare Source](https://github.com/kjuulh/mad/compare/v0.5.0...v0.6.0) ##### Added - adding test to make sure we can gracefully shutdown - make sure to close down properly </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.42.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.42.0): Tokio v1.42.0 [Compare Source](https://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}` ([#&#8203;6967]) ##### Fixed - io: avoid `ptr->ref->ptr` roundtrip in RegistrationSet ([#&#8203;6929]) - runtime: do not defer `yield_now` inside `block_in_place` ([#&#8203;6999]) ##### Changes - io: simplify io readiness logic ([#&#8203;6966]) ##### Documented - net: fix docs for `tokio::net::unix::{pid_t, gid_t, uid_t}` ([#&#8203;6791]) - time: fix a typo in `Instant` docs ([#&#8203;6982]) [#&#8203;6791]: https://github.com/tokio-rs/tokio/pull/6791 [#&#8203;6929]: https://github.com/tokio-rs/tokio/pull/6929 [#&#8203;6966]: https://github.com/tokio-rs/tokio/pull/6966 [#&#8203;6967]: https://github.com/tokio-rs/tokio/pull/6967 [#&#8203;6982]: https://github.com/tokio-rs/tokio/pull/6982 [#&#8203;6999]: https://github.com/tokio-rs/tokio/pull/6999 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-11-24 02:58:37 +01:00
fix(deps): update rust crate notmad to 0.6.0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
04f38c61ea
kjuulh force-pushed renovate/all from 04f38c61ea to fc4f887e5b 2024-11-25 02:48:14 +01:00 Compare
kjuulh changed title from fix(deps): update rust crate notmad to 0.6.0 to fix(deps): update rust crate notmad to 0.7.0 2024-11-25 02:48:14 +01:00
kjuulh force-pushed renovate/all from fc4f887e5b to bf562d4922 2024-11-26 06:56:14 +01:00 Compare
kjuulh force-pushed renovate/all from bf562d4922 to 70b9f623c8 2024-11-28 06:45:12 +01:00 Compare
kjuulh force-pushed renovate/all from 70b9f623c8 to 9303766ad9 2024-11-29 02:43:47 +01:00 Compare
kjuulh changed title from fix(deps): update rust crate notmad to 0.7.0 to chore(deps): update all dependencies 2024-11-29 02:43:48 +01:00
kjuulh force-pushed renovate/all from 9303766ad9 to 3c563b95a5 2024-11-29 06:41:47 +01:00 Compare
kjuulh force-pushed renovate/all from 3c563b95a5 to 044d5b20e7 2024-12-01 02:42:35 +01:00 Compare
kjuulh force-pushed renovate/all from 044d5b20e7 to fa07d0328f 2024-12-04 03:05:59 +01:00 Compare
kjuulh force-pushed renovate/all from fa07d0328f to 906f6e0a9b 2024-12-04 06:47:46 +01:00 Compare
kjuulh force-pushed renovate/all from 906f6e0a9b to a802010853 2024-12-05 02:52:40 +01:00 Compare
kjuulh force-pushed renovate/all from a802010853 to ebc7d4ce51 2024-12-05 06:47:47 +01:00 Compare
kjuulh force-pushed renovate/all from ebc7d4ce51 to 70351fae40 2024-12-06 03:05:26 +01:00 Compare
kjuulh force-pushed renovate/all from 70351fae40 to 56883cb375 2024-12-06 06:50:55 +01:00 Compare
kjuulh force-pushed renovate/all from 56883cb375 to 2cb2b74287 2024-12-07 02:51:37 +01:00 Compare
kjuulh force-pushed renovate/all from 2cb2b74287 to faac90af2a 2024-12-07 06:45:56 +01:00 Compare
kjuulh force-pushed renovate/all from faac90af2a to 9e791c4185 2024-12-10 02:46:50 +01:00 Compare
kjuulh force-pushed renovate/all from 9e791c4185 to 18bb071e75 2024-12-10 06:46:45 +01:00 Compare
kjuulh force-pushed renovate/all from 18bb071e75 to 255a85619b 2024-12-11 02:56:05 +01:00 Compare
kjuulh force-pushed renovate/all from 255a85619b to 813d5930a9 2024-12-12 02:49:17 +01:00 Compare
kjuulh force-pushed renovate/all from 813d5930a9 to b6b9a0d109 2024-12-14 02:44:06 +01:00 Compare
kjuulh force-pushed renovate/all from b6b9a0d109 to ec1d259b0c 2024-12-23 02:52:26 +01:00 Compare
kjuulh force-pushed renovate/all from ec1d259b0c to b371b29895 2024-12-23 06:54:07 +01:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/nodata#11
No description provided.