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): update all non-major dependencies #35

Merged
merged 1 commit into from Jun 18, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actix-web (source) dependencies minor 4.0.1 -> 4.1.0
async-trait dependencies patch 0.1.53 -> 0.1.56
http dependencies patch 0.2.7 -> 0.2.8
reqwest dependencies patch 0.11.10 -> 0.11.11
tokio (source) dependencies minor 1.18.2 -> 1.19.2
tracing (source) dependencies patch 0.1.34 -> 0.1.35

Release Notes

dtolnay/async-trait

v0.1.56

Compare Source

  • Fix build errors that involve use parentheses to disambiguate: `(impl 'async_trait + Trait)` (#​204)

v0.1.55

Compare Source

  • Fix drop order of uncaptured arguments (_) when compiling in 2021 edition's closure capture rules (#​199)

v0.1.54

Compare Source

  • Fix lifetime issue when using impl Trait in an async function argument type (#​177)
hyperium/http

v0.2.8

Compare Source

  • Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName.
seanmonstar/reqwest

v0.11.11

Compare Source

  • Add HTTP/2 keep-alive configuration methods on ClientBuilder.
  • Add ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().
  • Add impl Service<Request> for Client and &'_ Client.
  • (wasm) Add RequestBuilder::basic_auth().
  • Fix RequestBuilder::header to not override sensitive if user explicitly set on a HeaderValue.
  • Fix rustls parsing of elliptic curve private keys.
  • Fix Proxy URL parsing of some invalid targets.
tokio-rs/tokio

v1.19.2

Compare Source

1.19.2 (June 6, 2022)

This release fixes another bug in Notified::enable. (#​4751)

v1.19.1

Compare Source

1.19.1 (June 5, 2022)

This release fixes a bug in Notified::enable. (#​4747)

v1.19.0

Compare Source

1.19.0 (June 3, 2022)
Added
  • runtime: add is_finished method for JoinHandle and AbortHandle (#​4709)
  • runtime: make global queue and event polling intervals configurable (#​4671)
  • sync: add Notified::enable (#​4705)
  • sync: add watch::Sender::send_if_modified (#​4591)
  • sync: add resubscribe method to broadcast::Receiver (#​4607)
  • net: add take_error to TcpSocket and TcpStream (#​4739)
Changed
  • io: refactor out usage of Weak in the io handle (#​4656)
Fixed
  • macros: avoid starvation in join! and try_join! (#​4624)
Documented
  • runtime: clarify semantics of tasks outliving block_on (#​4729)
  • time: fix example for MissedTickBehavior::Burst (#​4713)
Unstable
  • metrics: correctly update atomics in IoDriverMetrics (#​4725)
  • metrics: fix compilation with unstable, process, and rt, but without net (#​4682)
  • task: add #[track_caller] to JoinSet/JoinMap (#​4697)
  • task: add Builder::{spawn_on, spawn_local_on, spawn_blocking_on} (#​4683)
  • task: add consume_budget for cooperative scheduling (#​4498)
  • task: add join_set::Builder for configuring JoinSet tasks (#​4687)
  • task: update return value of JoinSet::join_one (#​4726)
tokio-rs/tracing

v0.1.35

Compare Source

This release reduces the overhead of callsite registration by using new
tracing-core APIs.

Added
  • Use DefaultCallsite to reduce callsite registration overhead (#​2083)
Changed
  • tracing-core: updated to 0.1.27

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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from jzeuzs as a code owner June 2, 2022 21:31
@renovate renovate bot added the Meta: Dependencies Issues and PRs related to dependencies. label Jun 2, 2022
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.54 fix(deps): update rust crate async-trait to 0.1.56 Jun 2, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46d0123 to e2796f8 Compare June 2, 2022 23:52
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.56 fix(deps): update all non-major dependencies Jun 3, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2da9c86 to e081d0a Compare June 8, 2022 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e081d0a to 323c438 Compare June 11, 2022 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 323c438 to 540868f Compare June 13, 2022 21:47
@jzeuzs jzeuzs merged commit 4888f1d into main Jun 18, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/all-minor-patch branch June 18, 2022 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Dependencies Issues and PRs related to dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants