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 dependencies #656

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Update dependencies #656

merged 1 commit into from
Sep 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.86 -> 1.0.89
async-trait dependencies patch 0.1.81 -> 0.1.83
clap dependencies patch 4.5.16 -> 4.5.18
cxx (source) dependencies patch 1.0.126 -> 1.0.128
cxx-build (source) build-dependencies patch 1.0.126 -> 1.0.128
ros2-client (source) dependencies patch 0.7.4 -> 0.7.5
safer-ffi dependencies patch 0.1.12 -> 0.1.13
serde (source) dependencies patch 1.0.209 -> 1.0.210
serde_json dependencies patch 1.0.127 -> 1.0.128
thiserror dependencies patch 1.0.63 -> 1.0.64
tokio (source) dependencies minor 1.39.3 -> 1.40.0
tokio (source) dev-dependencies minor 1.39.3 -> 1.40.0
tokio-stream (source) dependencies patch 0.1.15 -> 0.1.16
tokio-stream (source) dev-dependencies patch 0.1.15 -> 0.1.16

Release Notes

dtolnay/anyhow (anyhow)

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
clap-rs/clap (clap)

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
dtolnay/cxx (cxx)

v1.0.128

Compare Source

  • Allow passing C++ types by reference into panic::catch_unwind (#​1372)

v1.0.127

Compare Source

  • Fix opaque C++ types triggering UB when optimized by LTO (#​1370)
jhelovuo/ros2-client (ros2-client)

v0.7.5

Compare Source

serde-rs/serde (serde)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)
serde-rs/json (serde_json)

v1.0.128

Compare Source

dtolnay/thiserror (thiserror)

v1.0.64

Compare Source

tokio-rs/tokio (tokio)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), 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.

👻 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 force-pushed the renovate/dependencies branch 3 times, most recently from f11d028 to 303d0f3 Compare September 22, 2024 21:53
@renovate renovate bot force-pushed the renovate/dependencies branch from 303d0f3 to 233cebb Compare September 24, 2024 19:17
@phil-opp phil-opp merged commit 988b5a2 into main Sep 27, 2024
39 of 40 checks passed
@phil-opp phil-opp deleted the renovate/dependencies branch September 27, 2024 12:31
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