fix(deps): update all non-major dependencies#1479
Merged
Merged
Conversation
Tiwalun
approved these changes
Jan 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.57->1.0.681.0.40->1.0.681.0.34->1.0.682.0.4->2.0.81.0.7->1.0.101.3.2->1.3.31.3.2->1.3.34.0.13->4.0.180.15.0->0.15.31.0.1->1.0.30.2.1->0.2.20.6.2->0.6.30.27.0->0.27.10.1.0->0.1.12.0.2->2.1.20.17.0->0.17.31.10.0->1.26.01.8.0->1.26.00.10.3->0.10.50.2.6->0.2.80.4.16->0.4.170.4.14->0.4.170.4.0->0.4.170.4.6->0.4.170.2.11->0.2.150.2.14->0.2.150.30.0->0.30.31.7.2->1.17.02.1.1->2.1.50.8.0->0.8.50.11.10->0.11.140.11.13->0.11.140.9.0->0.9.110.0.0->10.1.10.29.0->0.29.21.0.147->1.0.1521.0.47->1.0.910.9.4->0.9.170.14.0->0.14.10.2.0->0.2.30.6.2->0.6.3Release Notes
dtolnay/anyhow
v1.0.68Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.67Compare Source
context()is used on anOption(#280)v1.0.66Compare Source
contextcall (#279)v1.0.65Compare Source
impl Provider for anyhow::Errorv1.0.64Compare Source
#[source] anyhow::Errorwith thiserror crate (#231)v1.0.63Compare Source
v1.0.62Compare Source
cargoinvocations with IDE builds (#261)v1.0.61Compare Source
v1.0.60Compare Source
--targetto rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59Compare Source
no-stdcategoryv1.0.58Compare Source
assert-rs/assert_cmd
v2.0.8Compare Source
Features
v2.0.7Compare Source
v2.0.6Compare Source
Fixes
v2.0.5Compare Source
Features
AssertError::assertassert-rs/assert_fs
v1.0.10Compare Source
v1.0.9Compare Source
Fixes
Debugimpls for temp dir / filev1.0.8Compare Source
Fixes
bincode-org/bincode
v1.3.3Compare Source
byteorderas a dependencymagiclen/byte-unit
v4.0.18Compare Source
v4.0.17Compare Source
v4.0.16Compare Source
v4.0.15Compare Source
v4.0.14Compare Source
oli-obk/cargo_metadata
v0.15.3Compare Source
v0.15.2Compare Source
v0.15.1Compare Source
cardoe/enum-primitive-derive
v0.2.2Compare Source
Changed
daniel5151/gdbstub
v0.6.3Compare Source
New Features
SingleRegisterAccess: Support reporting unavailable regs #107 (ptosi)gimli-rs/gimli
v0.27.1Compare Source
Released 2023/01/23.
Added
Added
SectionId::xcoff_nameandread::Section::xcoff_section_name.#635
Added
read::Dwarf::make_dwoandread::Unit::dwo_name.#637
Changed
read::DwarfPackage::sectionsto handle supplementary files.#638
console-rs/indicatif
v0.17.3Compare Source
A small maintenance release:
"fs"feature in tokio dependency. by @azriel91 in https://github.com/console-rs/indicatif/pull/504Full Changelog: console-rs/indicatif@0.17.2...0.17.3
v0.17.2Compare Source
A small maintenance release which makes indicatif more portable and fixes some minor regressions.
On behalf of @djc and @chris-laplante, thanks to all contributors!
v0.17.1Compare Source
2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the regressions found in 0.17. There is ongoing work on changes in the estimation algorithm, tracked in #394, which has regressed for some users.
Note that we made some technically semver-breaking change of adding a missing
Syncbound to theProgressTrackerbounds (#471). We're assuming that most users don't (yet) have customProgressTrackerimpls, and that users who do have probably built one that isSyncanyway.Fixed regressions
unicode-widthfeature spelling (#456)MultiProgresszombie line handling (#460)ProgressBar::style()(#476, thanks to @andrewchambers)Other changes
HumanFloatCountformatting option (#453, thanks to @jqnatividad)Syncbound toProgressTracker(#471)write_all()impl fromProgressBarIter'sWriteimpl (#478, thanks to @hexagonal-sun)Thanks from @djc and @chris-laplante to all contributors!
mitsuhiko/insta
v1.26.0Compare Source
glob!optional to better support WASI.v1.24.1Compare Source
--include-hiddenflag (#331)review.include_ignored(#330)v1.24.0Compare Source
.config/insta.yaml) to change thebehavior of insta and cargo-insta. (#322)
--no-ignoreto--include-ignored.--include-hiddento instruct insta to also walk intohidden paths.
--unreferencedoption tocargo-insta testwhich allowsfine tuning of what should happen with unreferenced files. It's now
possible to ignore (default), warn, reject or delete unreferenced
snapshots. (#328)
test targeting. (#317)
v1.23.0Compare Source
v1.22.0Compare Source
should make sure that ANSI sequences in strings are no longer screwing
up the terminal output. (#308)
--targetoption tocargo insta test. (#309)suffixes. This allows patterns such as
foo/*/*.txtwithoutcreating conflicts. (#310)
v1.21.2Compare Source
cargo insta test. (#305)v1.21.1cargo insta test.v1.21.0cargo insta showcommand to render a snapshot.v1.20.0Compare Source
cargo instanow supports nextest as test runner. (#285)glob!macro now defers failures by default. (#284)v1.19.1Compare Source
v1.19.0Compare Source
backtracefeature.serializationfeature.assert_json_snapshot!andassert_yaml_snapshot!now requirethe
jsonandyamlfeature respectively.not supported (#272)
INSTA_GLOB_FILTERto skip over tests expandedfrom a glob. (#274)
v1.18.2Compare Source
#[allow(unused)]in the macro. (#271)v1.18.1Compare Source
tuple variants. (#270)
v1.18.0Settings::bindnow can return a result.bind_to_scope.serdedependency is now optional. While still enabled by defaultusers need to opt into
yamlandjsonfeatures explicitly to regainsupport for it. To avoid the default
serdedependency the defaultfeatures just need to be disabled. (#255)
serializationfeatures.backtracefeature.Settings::bind_to_thread.Breaking Changes / Upgrading: If you are upgrading to serde 1.18.0 you will
receive deprecating warnings if you are using the
assert_yaml_snapshot!andassert_json_snapshot!macros. These macros will continue to function in thefuture but they will require explicit opting into the
yamlandjsonfeatures.To silence the warning add them to your
instadependency. Additionally thebacktracefeature was deprecated. It is no longer needed so just remove it.v1.17.2v1.17.1work. (#252)
v1.17.0cargo-instawhere sometimes accepting inline snapshotswould crash with an out of bounds panic.
filtersfeature. (#245)with_settings!macro now inherits the former settings rather than resetting. (#249)Settings::bind_to_scopeand deprecatedSettings::bind_to_thread. (#250)minimal-versionsbuilds.v1.16.0Compare Source
--no-quiet/-Qflag tocargo insta testto suppress thequiet flag. This works around limitations with custom test harnesses
such as cucumber.
with_settings!. It's now a perfect match tothe settings object's setter methods.
descriptionandinfoto snapshots. (#239)omit_expressionsetting. (#239)v1.15.0Compare Source
serde-yaml dependency no longer supports older versions of Rust.
v1.14.1Compare Source
"foo\n". (#225)v1.14.0Compare Source
moved since the time of the snapshot creation. (#220)
cargo insta testnow returns non zero status code when snapshotsare left for review. (#222)
cargo insta test. (#223)v1.13.0assertion_lineis no longer retained in snapshots. (#218)v1.12.0sorted_redactionandSettings::sort_selector). (#212)Upgrade Notes:
Insta used to detect the current test name by using the current thread name. This
appeared to work well but unfortunately ran into various limitations. In particular
in some cases the thread name was truncated, missing or did not point to the current
test name. To better support different platforms and situations insta now uses the
function name instead.
This however changes behavior. In particular if you are using a helper function to
assert, a different snapshot name will now be used. You can work around this issue
by using a helper macro instead or to explicitly pass a snapshot name in such
situations.
v1.11.0Compare Source
once_cell. (#208)rust-itertools/itertools
v0.10.5v0.10.4Compare Source
EitherOrBoth::orandEitherOrBoth::or_else(#593)min_set,max_setet al. (#613, #323)either/use_std(#628)Yatekii/jep106
v0.2.8: 0.2.8Compare Source
v0.2.7: 0.2.7Compare Source
rust-lang/log
v0.4.17kv_unstableinternal dependencies.rust-num/num-traits
v0.2.15Compare Source
Euclidtrait calculates Euclidean division, where theremainder is always positive or zero.
LowerBoundedandUpperBoundedtraits separately describetypes with lower and upper bounds. These traits are automatically implemented
for all fully-
Boundedtypes.Float::copysignmethod copies the sign of the argument toto the magnitude of
self.PrimInt::leading_onesandtrailing_onesmethods are thecomplement of the existing methods that count zero bits.
PrimInt::reverse_bitsmethod reverses the order of all bitsof a primitive integer.
Num::from_str_radixfor floats, also ignoring case.FloatandFloatCoreuse more fromlibmwhen that is enabled.Contributors: @alion02, @clarfonthey, @cuviper, @ElectronicRU,
@ibraheemdev, @SparrowLii, @sshilovsky, @tspiteri, @XAMPPRocky, @Xiretza
v0.2.14Compare Source
Contributors: @cuviper
v0.2.13Compare Source
OverflowingAdd,OverflowingSub, andOverflowingMultraitsreturn a tuple with the operation result and a
boolindicating overflow.This may fix scenarios where
autocfgprobing doesn't work properly.f64values tof32now saturate to infinity. Theypreviously returned
Nonebecause that was once thought to be undefinedbehavior, but rust#15536 resolved that such casts are fine.
Num::from_str_radixdocuments requirements for radix support, whichare now more relaxed than previously implied. It is suggested to accept at
least
2..=36without panicking, butErrmay be returned otherwise.Contributors: @cuviper, @Enet4, @KaczuH, @martin-t, @newpavlov
v0.2.12Compare Source
WrappingNegtrait will wrap the result if it exceeds theboundary of the type, e.g.
i32::MIN.wrapping_neg() == i32::MIN.SaturatingAdd,SaturatingSub, andSaturatingMultraitswill saturate at the numeric bounds if the operation would overflow. These
soft-deprecate the existing
Saturatingtrait that only has addition andsubtraction methods.
FloatConst::{LOG10_2, LOG2_10}.Contributors: @cuviper, @ocstl, @trepetti, @vallentin
gimli-rs/object
v0.30.3Compare Source
Released 2023/01/23.
Added
SectionKind::ReadOnlyDataWithRelfor writing.#504
v0.30.2Compare Source
Released 2023/01/11.
Added
#500
v0.30.1Compare Source
Released 2023/01/04.
Changed
read::ElfSymbol::kindto handleSTT_NOTYPEandSTT_GNU_IFUNC.#498
Added
Added
read::CoffSymbol::raw_symbol.#494
Added ELF support for Solana Binary Format.
#491
Added ELF support for AArch64 ILP32.
#497
matklad/once_cell
v1.17.0Compare Source
race::OnceReffor storing a&'a T.v1.16.0Compare Source
no_stdimplementation based oncritical-section,#195.
atomic-polyfillfeature (use the newcritical-sectioninstead)v1.15.0Compare Source
UnwindSafeeven if thestdfeature is disabled.v1.14.0Compare Source
unsyncandsyncLazymut API:force_mutget_mutv1.13.1Compare Source
atomic-polyfillto1.0v1.13.0Compare Source
Lazy::get, similar toOnceCell::get.v1.12.1Compare Source
debug_assert.v1.12.0Compare Source
OnceCell::wait, a blocking variant ofget.v1.11.0Compare Source
OnceCell::with_valueto create initializedOnceCellinconstcontext.Cloneimplementation forOnceCell.parking_lotversion on top ofparking_lot_core, for even smaller cells!v1.10.0Compare Source
parking_lotto0.12.0(note that this bumps MSRV withparking_lotfeature enabled to1.49.0).v1.9.0Compare Source
atomic-polyfilloptional dependency to compileraceon platforms without atomicsv1.8.0Compare Source
try_insertAPI -- a version ofsetthat returns a reference.assert-rs/predicates-rs
v2.1.5Compare Source
Gixes
Borrowtraitv2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
Compatibility
Update MSRV to 1.60
Fixes
rust-random/rand
v0.8.5Compare Source
Fixes
no_std(#1173)libc::pthread_atforkreturn value with panic on error (#1178)ReseedingRngis used from a fork handler (#1178)slice_partition_at_indexfeature (#1215)simd_support: updatepacked_simd(#1216)Rngs
StdRng: Switch from HC128 to ChaCha12 on emscripten (#1142).We now use ChaCha12 on all platforms.
Documentation
v0.8.4Compare Source
Additions
CloneandCopyforAlphanumeric(#1126)Distribution::mapto derive a distribution using a closure (#1129)Slicedistribution (#1107)DistStringtrait with impls forStandardandAlphanumeric(#1133)Other
Uniformfloat distributions for easier debugging of non-finite arguments(#1094, #1108)
Uniformfloat distributions (#1108)rngs::adapter::ReadRng(#1130)v0.8.3Compare Source
Fixes
no-std+allocbuild by gatingchoose_multiple_weightedonstd(#1088)v0.8.2Compare Source
Fixes
UniformInt::sample_single_inclusiveandRng::gen_rangewhenproviding a full integer range (eg
0..=MAX) (#1087)v0.8.1Compare Source
Other
seanmonstar/reqwest
v0.11.14Compare Source
Proxy::no_proxy(url)that works like the NO_PROXY environment variable.multipart::Part::headers(headers)method to add custom headers.Response::bytes_stream().v0.11.13Compare Source
ClientBuilder::dns_resolver()option for custom DNS resolvers.ClientBuilder::tls_sni(bool)option to enable or disable TLS Server Name Indication.Identity::from_pkcs8_pem()constructor when usingnative-tls.redirect::Policy::limited(0)from following any redirects.v0.11.12Compare Source
ClientBuilder::resolve_to_addrs()which allows a slice of IP addresses to be specified for a single host.Response::upgrade()to await whether the server agrees to an HTTP upgrade.v0.11.11Compare Source
ClientBuilder.ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().impl Service<Request>forClientand&'_ Client.RequestBuilder::basic_auth().RequestBuilder::headerto not overridesensitiveif user explicitly set on aHeaderValue.kkawakam/rustyline
v10.1.1: 10.1.1Compare Source
Rollbacks incompatible changes relative to edition 2018 (#671)
Full Changelog: kkawakam/rustyline@v10.1.0...v10.1.1
v10.1.0: 10.1.0Compare Source
What's Changed
Editor::iterends at EOF (Fix #647)Full Changelog: kkawakam/rustyline@v10.0.0...v10.1.0
getsentry/sentry-rust
v0.29.2Compare Source
Various fixes & improvements
match_patternovermatch_namein actix (#539) by @wuergesnative-tls/rustlsinfo in README (#535) by @seritoolstower-httpenable thetowerfeature (#532) by @Turbo87v0.29.1Compare Source
Features:
TransactionContextmay now addcustomcontext to it. This may be used bytraces_samplerto decide sampling rates on a per-transaction basis. (#512)Fixes:
Internal:
Hub::runandSentryFutureby using a scope-guard forHubswitching. (#524, #529)Thank you:
Features, fixes and improvements in this release have been contributed by:
serde-rs/serde
v1.0.152Compare Source
v1.0.151Compare Source
serde::{ser,de}::StdErrorto re-exportcore::error::Errorwhen serde is built withfeature="std"off andfeature="unstable"on (#2344)v1.0.150Compare Source
Serializeimpl ofHashMapandBTreeMap(#2334)SerializeandDeserializeimpls ofstd::sync::atomictypes on more platforms (#2337, thanks @badboy)v1.0.149Compare Source
Serializeimpl ofBinaryHeap,BTreeSet, andHashSet(#2333, thanks @jonasbb)v1.0.148Compare Source
remotederive for generic types that have private fields (#2327)serde-rs/json
v1.0.91Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.90Compare Source
v1.0.89Compare Source
v1.0.88Compare Source
appendandclone_from(#952, thanks @Lucretiel)v1.0.87Compare Source
write_i128andwrite_u128methods toserde_json::Formatterto control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86Compare Source
arbitrary_precisionfeature even in no-std mode (#928, thanks @kvinwang)v1.0.85Compare Source
DisplayforNumberproduce the same representation as serializing (#919)v1.0.84Compare Source
Debugimpl ofserde_json::Valuemore compact (#918)v1.0.83Compare Source
v1.0.82Compare Source
From<Option<T>>for serde_json::Value whereT: Into<Value>(#900, thanks @kvnvelasco)v1.0.81Compare Source
indexmap/autocfgnot always properly detecting whether astdsysroot crate is available (#885, thanks @cuviper)v1.0.80Compare Source
v1.0.79Compare Source
RawValuedeserialization to propagate\uescapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78Compare Source
&RawValuein map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77[Compare Source](https://togithub.com/serde-rs/json/comp
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.
This PR has been generated by Mend Renovate. View repository job log here.