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 All dependencies (patch only) #570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.58 -> 1.0.68
built build-dependencies patch 0.5.1 -> 0.5.2
futures (source) dependencies patch 0.3.21 -> 0.3.25
pin-project dependencies patch 1.0.11 -> 1.0.12
semver dependencies patch 1.0.12 -> 1.0.16
serde (source) dependencies patch 1.0.138 -> 1.0.152
serde_json dependencies patch 1.0.82 -> 1.0.91
snafu dependencies patch 0.7.1 -> 0.7.4
tokio (source) dependencies patch 1.24.1 -> 1.24.2
tracing (source) dependencies patch 0.1.35 -> 0.1.37

Release Notes

dtolnay/anyhow

v1.0.68

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.67

Compare Source

  • Improve the backtrace captured when context() is used on an Option (#​280)

v1.0.66

Compare Source

  • Reduce unhelpful backtrace frames in backtraces captured during a context call (#​279)

v1.0.65

Compare Source

v1.0.64

Compare Source

  • Correctly propagate Backtrace when using #[source] anyhow::Error with thiserror crate (#​231)

v1.0.63

Compare Source

v1.0.62

Compare Source

  • Fix extra rebuilding when interleaving command-line cargo invocations with IDE builds (#​261)

v1.0.61

Compare Source

  • Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#​252)

v1.0.60

Compare Source

  • Propagate --target to rustc invocation when deciding about backtrace support (#​249, thanks @​RalfJung)

v1.0.59

Compare Source

  • Update crates.io metadata to include no-std category
lukaslueg/built

v0.5.2

Compare Source

Changed
  • Removed unused transitive dependency on time
  • Bump cargo-lock to 8.0
  • Bump git2 to 0.15
  • Fix unescaped quotes in literals
Added
  • Added GitHub Actions to the list of detected CI platforms
rust-lang/futures-rs

v0.3.25

Compare Source

  • Fix soundness issue in join! and try_join! macros (#​2649)
  • Implement Clone for sink::Drain (#​2650)

v0.3.24

Compare Source

  • Fix incorrect termination of select_with_strategy streams (#​2635)

v0.3.23

Compare Source

  • Work around MSRV increase due to a cargo bug.

v0.3.22

Compare Source

  • Fix Sync impl of BiLockGuard (#​2570)
  • Fix partial iteration in FuturesUnordered (#​2574)
  • Fix false detection of inner panics in Shared (#​2576)
  • Add Mutex::lock_owned and Mutex::try_lock_owned (#​2571)
  • Add io::copy_buf_abortable (#​2507)
  • Remove Unpin bound from TryStreamExt::into_async_read (#​2599)
  • Make run_until_stalled handle self-waking futures (#​2593)
  • Use FuturesOrdered in try_join_all (#​2556)
  • Fix orderings in LocalPool waker (#​2608)
  • Fix stream::Chunk adapters size hints (#​2611)
  • Add push_front and push_back to FuturesOrdered (#​2591)
  • Deprecate FuturesOrdered::push in favor of FuturesOrdered::push_back (#​2591)
  • Performance improvements (#​2583, #​2626)
  • Documentation improvements (#​2579, #​2604, #​2613)
taiki-e/pin-project

v1.0.12

Compare Source

  • Suppress unused_tuple_struct_fields lint in generated code.
dtolnay/semver

v1.0.16

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.15

Compare Source

  • Documentation improvements

v1.0.14

Compare Source

  • Fix segfault on OOM to instead deterministically abort with message (#​290)

v1.0.13

Compare Source

  • Add categories and keywords to crates.io metadata
serde-rs/serde

v1.0.152

Compare Source

  • Documentation improvements

v1.0.151

Compare Source

  • Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable" on (#​2344)

v1.0.150

Compare Source

  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#​2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#​2337, thanks @​badboy)

v1.0.149

Compare Source

  • Relax some trait bounds from the Serialize impl of BinaryHeap, BTreeSet, and HashSet (#​2333, thanks @​jonasbb)

v1.0.148

Compare Source

  • Support remote derive for generic types that have private fields (#​2327)

v1.0.147

Compare Source

  • Add serde::de::value::EnumAccessDeserializer which transforms an EnumAccess into a Deserializer (#​2305)

v1.0.146

Compare Source

v1.0.145

Compare Source

v1.0.144

Compare Source

  • Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (#​2263, thanks @​taiki-e)

v1.0.143

Compare Source

  • Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#​2253, thanks @​taiki-e)

v1.0.142

Compare Source

  • Add keywords to crates.io metadata

v1.0.141

Compare Source

  • Add no-std category to crates.io metadata

v1.0.140

Compare Source

  • Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain (#​2251, thanks @​taiki-e)

v1.0.139

Compare Source

  • Add new constructor function for all IntoDeserializer impls (#​2246)
serde-rs/json

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

  • Optimize serde_json::Map's implementation of append and clone_from (#​952, thanks @​Lucretiel)

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata
shepmaster/snafu

v0.7.4

Compare Source

Changed
  • Report and the [report] macro now remove redundant parts from
    the messages that many errors duplicate from their underlying
    sources.

v0.7.3

Compare Source

Fixed
  • The macro no longer generates invalid code when implicitly-generated
    types (such as backtraces) were used in conjunction with
    #[snafu(source(from))] and the type before transformation does not
    implement std::error::Error.

v0.7.2

Compare Source

Added
  • Report can be returned from main or test functions to provide a
    user-friendly display of errors.

  • A cheat sheet for the most common #[snafu(...)] attribute usages
    has been added to the Snafu macro's documentation.

  • Optional support for using the standard library's
    std::backtrace::Backtrace type via the backtraces-impl-std
    feature flag.

  • Optional support for implementing the Provider API using the
    std::error::Error::provide method via the unstable-provider-api
    feature flag.

  • Optional support for implementing the core::error::Error trait
    instead of std::error::Error via the unstable-core-error feature
    flag.

  • GenerateImplicitData has a new method generate_with_source.

Changed
  • ErrorCompat::iter_chain and ChainCompat are now available in
    no_std environments.

  • ChainCompat now implements Clone.

  • The Debug implementation for Location no longer shows some
    irrelevant internal details.

tokio-rs/tracing

v0.1.37: tracing 0.1.37

Compare Source

This release of tracing incorporates changes from tracing-core
v0.1.30 and tracing-attributes v0.1.23,
including the new Subscriber::on_register_dispatch method for performing late
initialization after a Subscriber is registered as a Dispatch, and bugfixes
for the #[instrument] attribute. Additionally, it fixes instances of the
bare_trait_objects lint, which is now a warning on tracing's MSRV and will
become an error in the next edition.

Fixed
  • attributes: Incorrect handling of inner attributes in #[instrument]ed
    functions (#​2307)
  • attributes: Incorrect location of compiler diagnostic spans generated for
    type errors in #[instrument]ed async fns (#​2270)
  • attributes: Updated syn dependency to fix compilation with -Z minimal-versions (#​2246)
  • bare_trait_objects warning in valueset! macro expansion (#​2308)
Added
  • core: Subscriber::on_register_dispatch method (#​2269)
  • core: WeakDispatch type and Dispatch::downgrade() function (#​2293)
Changed
  • tracing-core: updated to 0.1.30
  • tracing-attributes: updated to 0.1.23
Documented
  • Added [tracing-web][tracing-web] and [reqwest-tracing][reqwest-tracing] to related crates (#​2283,
    #​2331)

Thanks to new contributors @​compiler-errors, @​e-nomem, @​WorldSEnder, @​Xiami2012,
and @​tl-rodrigo-gryzinski, as well as @​jswrenn and @​CAD97, for contributing to
this release!

v0.1.36: tracing 0.1.36

Compare Source

This release adds support for owned values and fat pointers as arguments to the
Span::record method, as well as updating the minimum tracing-core version
and several documentation improvements.

Fixed
  • Incorrect docs in dispatcher::set_default (#​2220)
  • Compilation with -Z minimal-versions (#​2246)
Added
Changed
  • tracing-core: updated to 0.1.29

Thanks to @​fredr, @​cgbur, @​jyn514, @​matklad, and @​CAD97 for contributing to this
release!


Configuration

📅 Schedule: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
@renovate renovate bot requested a review from a team October 18, 2022 03:10
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 13 times, most recently from e545912 to 2432c3c Compare October 24, 2022 17:26
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch from 2432c3c to 073aa13 Compare October 27, 2022 13:19
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 6 times, most recently from 210ee3a to 44151e1 Compare November 14, 2022 10:00
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 5 times, most recently from 0cff128 to 4ac957e Compare November 22, 2022 07:59
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 3 times, most recently from 33df647 to 3511fbb Compare November 29, 2022 04:27
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 6 times, most recently from a885aff to d625242 Compare December 5, 2022 11:21
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 3 times, most recently from 6df22ec to 62d2e36 Compare December 13, 2022 10:54
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 11 times, most recently from f3213e6 to 6bc3551 Compare December 21, 2022 05:27
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 4 times, most recently from a1bf6e3 to c61ef61 Compare December 26, 2022 18:43
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch 3 times, most recently from ec833c4 to e86e24b Compare January 10, 2023 14:19
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch from e86e24b to cf76158 Compare January 13, 2023 13:38
@renovate renovate bot force-pushed the renovate/all-dependencies-(patch-only) branch from cf76158 to 52aea0b Compare January 18, 2023 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants