fix(deps): update all non-major dependencies #1479
Merged
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.68
1.0.40
->1.0.68
1.0.34
->1.0.68
2.0.4
->2.0.8
1.0.7
->1.0.10
1.3.2
->1.3.3
1.3.2
->1.3.3
4.0.13
->4.0.18
0.15.0
->0.15.3
1.0.1
->1.0.3
0.2.1
->0.2.2
0.6.2
->0.6.3
0.27.0
->0.27.1
0.1.0
->0.1.1
2.0.2
->2.1.2
0.17.0
->0.17.3
1.10.0
->1.26.0
1.8.0
->1.26.0
0.10.3
->0.10.5
0.2.6
->0.2.8
0.4.16
->0.4.17
0.4.14
->0.4.17
0.4.0
->0.4.17
0.4.6
->0.4.17
0.2.11
->0.2.15
0.2.14
->0.2.15
0.30.0
->0.30.3
1.7.2
->1.17.0
2.1.1
->2.1.5
0.8.0
->0.8.5
0.11.10
->0.11.14
0.11.13
->0.11.14
0.9.0
->0.9.1
10.0.0
->10.1.1
0.29.0
->0.29.2
1.0.147
->1.0.152
1.0.47
->1.0.91
0.9.4
->0.9.17
0.14.0
->0.14.1
0.2.0
->0.2.3
0.6.2
->0.6.3
Release Notes
dtolnay/anyhow
v1.0.68
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.67
Compare Source
context()
is used on anOption
(#280)v1.0.66
Compare Source
context
call (#279)v1.0.65
Compare Source
impl Provider for anyhow::Error
v1.0.64
Compare Source
#[source] anyhow::Error
with thiserror crate (#231)v1.0.63
Compare Source
v1.0.62
Compare Source
cargo
invocations with IDE builds (#261)v1.0.61
Compare Source
v1.0.60
Compare Source
--target
to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59
Compare Source
no-std
categoryv1.0.58
Compare Source
assert-rs/assert_cmd
v2.0.8
Compare Source
Features
v2.0.7
Compare Source
v2.0.6
Compare Source
Fixes
v2.0.5
Compare Source
Features
AssertError::assert
assert-rs/assert_fs
v1.0.10
Compare Source
v1.0.9
Compare Source
Fixes
Debug
impls for temp dir / filev1.0.8
Compare Source
Fixes
bincode-org/bincode
v1.3.3
Compare Source
byteorder
as a dependencymagiclen/byte-unit
v4.0.18
Compare Source
v4.0.17
Compare Source
v4.0.16
Compare Source
v4.0.15
Compare Source
v4.0.14
Compare Source
oli-obk/cargo_metadata
v0.15.3
Compare Source
v0.15.2
Compare Source
v0.15.1
Compare Source
cardoe/enum-primitive-derive
v0.2.2
Compare Source
Changed
daniel5151/gdbstub
v0.6.3
Compare Source
New Features
SingleRegisterAccess
: Support reporting unavailable regs #107 (ptosi)gimli-rs/gimli
v0.27.1
Compare Source
Released 2023/01/23.
Added
Added
SectionId::xcoff_name
andread::Section::xcoff_section_name
.#635
Added
read::Dwarf::make_dwo
andread::Unit::dwo_name
.#637
Changed
read::DwarfPackage::sections
to handle supplementary files.#638
console-rs/indicatif
v0.17.3
Compare 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.2
Compare 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.1
Compare 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
Sync
bound to theProgressTracker
bounds (#471). We're assuming that most users don't (yet) have customProgressTracker
impls, and that users who do have probably built one that isSync
anyway.Fixed regressions
unicode-width
feature spelling (#456)MultiProgress
zombie line handling (#460)ProgressBar::style()
(#476, thanks to @andrewchambers)Other changes
HumanFloatCount
formatting option (#453, thanks to @jqnatividad)Sync
bound toProgressTracker
(#471)write_all()
impl fromProgressBarIter
'sWrite
impl (#478, thanks to @hexagonal-sun)Thanks from @djc and @chris-laplante to all contributors!
mitsuhiko/insta
v1.26.0
Compare Source
glob!
optional to better support WASI.v1.24.1
Compare Source
--include-hidden
flag (#331)review.include_ignored
(#330)v1.24.0
Compare Source
.config/insta.yaml
) to change thebehavior of insta and cargo-insta. (#322)
--no-ignore
to--include-ignored
.--include-hidden
to instruct insta to also walk intohidden paths.
--unreferenced
option tocargo-insta test
which 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.0
Compare Source
v1.22.0
Compare Source
should make sure that ANSI sequences in strings are no longer screwing
up the terminal output. (#308)
--target
option tocargo insta test
. (#309)suffixes. This allows patterns such as
foo/*/*.txt
withoutcreating conflicts. (#310)
v1.21.2
Compare Source
cargo insta test
. (#305)v1.21.1
cargo insta test
.v1.21.0
cargo insta show
command to render a snapshot.v1.20.0
Compare Source
cargo insta
now supports nextest as test runner. (#285)glob!
macro now defers failures by default. (#284)v1.19.1
Compare Source
v1.19.0
Compare Source
backtrace
feature.serialization
feature.assert_json_snapshot!
andassert_yaml_snapshot!
now requirethe
json
andyaml
feature respectively.not supported (#272)
INSTA_GLOB_FILTER
to skip over tests expandedfrom a glob. (#274)
v1.18.2
Compare Source
#[allow(unused)]
in the macro. (#271)v1.18.1
Compare Source
tuple variants. (#270)
v1.18.0
Settings::bind
now can return a result.bind_to_scope
.serde
dependency is now optional. While still enabled by defaultusers need to opt into
yaml
andjson
features explicitly to regainsupport for it. To avoid the default
serde
dependency the defaultfeatures just need to be disabled. (#255)
serialization
features.backtrace
feature.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
yaml
andjson
features.To silence the warning add them to your
insta
dependency. Additionally thebacktrace
feature was deprecated. It is no longer needed so just remove it.v1.17.2
v1.17.1
work. (#252)
v1.17.0
cargo-insta
where sometimes accepting inline snapshotswould crash with an out of bounds panic.
filters
feature. (#245)with_settings!
macro now inherits the former settings rather than resetting. (#249)Settings::bind_to_scope
and deprecatedSettings::bind_to_thread
. (#250)minimal-versions
builds.v1.16.0
Compare Source
--no-quiet
/-Q
flag tocargo insta test
to 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.
description
andinfo
to snapshots. (#239)omit_expression
setting. (#239)v1.15.0
Compare Source
serde-yaml dependency no longer supports older versions of Rust.
v1.14.1
Compare Source
"foo\n"
. (#225)v1.14.0
Compare Source
moved since the time of the snapshot creation. (#220)
cargo insta test
now returns non zero status code when snapshotsare left for review. (#222)
cargo insta test
. (#223)v1.13.0
assertion_line
is no longer retained in snapshots. (#218)v1.12.0
sorted_redaction
andSettings::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.0
Compare Source
once_cell
. (#208)rust-itertools/itertools
v0.10.5
v0.10.4
Compare Source
EitherOrBoth::or
andEitherOrBoth::or_else
(#593)min_set
,max_set
et 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.17
kv_unstable
internal dependencies.rust-num/num-traits
v0.2.15
Compare Source
Euclid
trait calculates Euclidean division, where theremainder is always positive or zero.
LowerBounded
andUpperBounded
traits separately describetypes with lower and upper bounds. These traits are automatically implemented
for all fully-
Bounded
types.Float::copysign
method copies the sign of the argument toto the magnitude of
self
.PrimInt::leading_ones
andtrailing_ones
methods are thecomplement of the existing methods that count zero bits.
PrimInt::reverse_bits
method reverses the order of all bitsof a primitive integer.
Num::from_str_radix
for floats, also ignoring case.Float
andFloatCore
use more fromlibm
when that is enabled.Contributors: @alion02, @clarfonthey, @cuviper, @ElectronicRU,
@ibraheemdev, @SparrowLii, @sshilovsky, @tspiteri, @XAMPPRocky, @Xiretza
v0.2.14
Compare Source
Contributors: @cuviper
v0.2.13
Compare Source
OverflowingAdd
,OverflowingSub
, andOverflowingMul
traitsreturn a tuple with the operation result and a
bool
indicating overflow.This may fix scenarios where
autocfg
probing doesn't work properly.f64
values tof32
now saturate to infinity. Theypreviously returned
None
because that was once thought to be undefinedbehavior, but rust#15536 resolved that such casts are fine.
Num::from_str_radix
documents requirements for radix support, whichare now more relaxed than previously implied. It is suggested to accept at
least
2..=36
without panicking, butErr
may be returned otherwise.Contributors: @cuviper, @Enet4, @KaczuH, @martin-t, @newpavlov
v0.2.12
Compare Source
WrappingNeg
trait will wrap the result if it exceeds theboundary of the type, e.g.
i32::MIN.wrapping_neg() == i32::MIN
.SaturatingAdd
,SaturatingSub
, andSaturatingMul
traitswill saturate at the numeric bounds if the operation would overflow. These
soft-deprecate the existing
Saturating
trait that only has addition andsubtraction methods.
FloatConst::{LOG10_2, LOG2_10}
.Contributors: @cuviper, @ocstl, @trepetti, @vallentin
gimli-rs/object
v0.30.3
Compare Source
Released 2023/01/23.
Added
SectionKind::ReadOnlyDataWithRel
for writing.#504
v0.30.2
Compare Source
Released 2023/01/11.
Added
#500
v0.30.1
Compare Source
Released 2023/01/04.
Changed
read::ElfSymbol::kind
to handleSTT_NOTYPE
andSTT_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.0
Compare Source
race::OnceRef
for storing a&'a T
.v1.16.0
Compare Source
no_std
implementation based oncritical-section
,#195.
atomic-polyfill
feature (use the newcritical-section
instead)v1.15.0
Compare Source
UnwindSafe
even if thestd
feature is disabled.v1.14.0
Compare Source
unsync
andsync
Lazy
mut API:force_mut
get_mut
v1.13.1
Compare Source
atomic-polyfill
to1.0
v1.13.0
Compare Source
Lazy::get
, similar toOnceCell::get
.v1.12.1
Compare Source
debug_assert
.v1.12.0
Compare Source
OnceCell::wait
, a blocking variant ofget
.v1.11.0
Compare Source
OnceCell::with_value
to create initializedOnceCell
inconst
context.Clone
implementation forOnceCell
.parking_lot
version on top ofparking_lot_core
, for even smaller cells!v1.10.0
Compare Source
parking_lot
to0.12.0
(note that this bumps MSRV withparking_lot
feature enabled to1.49.0
).v1.9.0
Compare Source
atomic-polyfill
optional dependency to compilerace
on platforms without atomicsv1.8.0
Compare Source
try_insert
API -- a version ofset
that returns a reference.assert-rs/predicates-rs
v2.1.5
Compare Source
Gixes
Borrow
traitv2.1.4
Compare Source
v2.1.3
Compare Source
v2.1.2
Compare Source
Compatibility
Update MSRV to 1.60
Fixes
rust-random/rand
v0.8.5
Compare Source
Fixes
no_std
(#1173)libc::pthread_atfork
return value with panic on error (#1178)ReseedingRng
is used from a fork handler (#1178)slice_partition_at_index
feature (#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.4
Compare Source
Additions
Clone
andCopy
forAlphanumeric
(#1126)Distribution::map
to derive a distribution using a closure (#1129)Slice
distribution (#1107)DistString
trait with impls forStandard
andAlphanumeric
(#1133)Other
Uniform
float distributions for easier debugging of non-finite arguments(#1094, #1108)
Uniform
float distributions (#1108)rngs::adapter::ReadRng
(#1130)v0.8.3
Compare Source
Fixes
no-std
+alloc
build by gatingchoose_multiple_weighted
onstd
(#1088)v0.8.2
Compare Source
Fixes
UniformInt::sample_single_inclusive
andRng::gen_range
whenproviding a full integer range (eg
0..=MAX
) (#1087)v0.8.1
Compare Source
Other
seanmonstar/reqwest
v0.11.14
Compare 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.13
Compare 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.12
Compare 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.11
Compare Source
ClientBuilder
.ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()
.impl Service<Request>
forClient
and&'_ Client
.RequestBuilder::basic_auth()
.RequestBuilder::header
to not overridesensitive
if 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::iter
ends at EOF (Fix #647)Full Changelog: kkawakam/rustyline@v10.0.0...v10.1.0
getsentry/sentry-rust
v0.29.2
Compare Source
Various fixes & improvements
match_pattern
overmatch_name
in actix (#539) by @wuergesnative-tls
/rustls
info in README (#535) by @seritoolstower-http
enable thetower
feature (#532) by @Turbo87v0.29.1
Compare Source
Features:
TransactionContext
may now addcustom
context to it. This may be used bytraces_sampler
to decide sampling rates on a per-transaction basis. (#512)Fixes:
Internal:
Hub::run
andSentryFuture
by using a scope-guard forHub
switching. (#524, #529)Thank you:
Features, fixes and improvements in this release have been contributed by:
serde-rs/serde
v1.0.152
Compare Source
v1.0.151
Compare Source
serde::
{ser
,de
}::StdError
to re-exportcore::error::Error
when serde is built withfeature="std"
off andfeature="unstable"
on (#2344)v1.0.150
Compare Source
Serialize
impl ofHashMap
andBTreeMap
(#2334)Serialize
andDeserialize
impls ofstd::sync::atomic
types on more platforms (#2337, thanks @badboy)v1.0.149
Compare Source
Serialize
impl ofBinaryHeap
,BTreeSet
, andHashSet
(#2333, thanks @jonasbb)v1.0.148
Compare Source
remote
derive for generic types that have private fields (#2327)serde-rs/json
v1.0.91
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.90
Compare Source
v1.0.89
Compare Source
v1.0.88
Compare Source
append
andclone_from
(#952, thanks @Lucretiel)v1.0.87
Compare Source
write_i128
andwrite_u128
methods toserde_json::Formatter
to control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86
Compare Source
arbitrary_precision
feature even in no-std mode (#928, thanks @kvinwang)v1.0.85
Compare Source
Display
forNumber
produce the same representation as serializing (#919)v1.0.84
Compare Source
Debug
impl ofserde_json::Value
more compact (#918)v1.0.83
Compare Source
v1.0.82
Compare Source
From<Option<T>>
for serde_json::Value whereT: Into<Value>
(#900, thanks @kvnvelasco)v1.0.81
Compare Source
indexmap
/autocfg
not always properly detecting whether astd
sysroot crate is available (#885, thanks @cuviper)v1.0.80
Compare Source
v1.0.79
Compare Source
RawValue
deserialization to propagate\u
escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78
Compare Source
&RawValue
in 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.