-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 cargo #9320
base: main
Are you sure you want to change the base?
fix(deps): update cargo #9320
Conversation
|
|
79c2b6b
to
de82e49
Compare
CodSpeed Performance ReportMerging #9320 will improve performances by 3.01%Comparing Summary
Benchmarks breakdown
|
8142ea3
to
80c0ab5
Compare
97decc7
to
b88b496
Compare
2772de9
to
2fdd29d
Compare
2fdd29d
to
489a851
Compare
489a851
to
93215fb
Compare
93215fb
to
5e607e8
Compare
This PR contains the following updates:
1.0.86
->1.0.93
1.0.86
->1.0.93
1.3.2
->1.4.1
2.0.14
->2.0.16
1.1.1
->1.1.2
0.21.0
->0.22.0
0.6.10
->0.8.0
0.2.2
->0.3.0
4.5.9
->4.5.20
2.6.0
->2.7.2
0.10.2
->0.11.0
1.0.33
->1.0.34
0.14.5
->0.15.0
2.5.0
->2.6.0
0.21.0
->0.26.0
1.0.0-alpha.58
->1.0.0-alpha.60
0.10.0
->0.12.0
0.2
->0.3
0.7.2
->0.9.0
1.19.0
->1.20.2
1.4.0
->1.4.1
1.0.86
->1.0.89
0.1.4
->0.3.0
1.0.36
->1.0.37
1.10.6
->1.11.1
1.9.2
->1.9.3
0.11.14
->0.12.0
=0.7.45
->=0.8.8
1.0.0
->1.0.1
1.0.209
->1.0.215
1.0.208
->1.0.215
1.0.209
->1.0.215
0.4.5
->0.6.0
0.4.5
->0.6.0
1.0.209
->1.0.215
1.0.127
->1.0.132
1.0.125
->1.0.132
1.0.127
->1.0.132
9.0.0
->9.0.1
2.0.77
->2.0.87
3.12.0
->3.14.0
1.0.63
->1.0.69
0.5
->0.6
1.40.0
->1.41.1
0.5.0
->0.7.0
0.5.0
->0.7.0
1.2.0
->1.3.1
0.1.4
->0.2.0
2.5.2
->2.5.3
9.0.0
->9.0.1
0.16.0
->0.19.0
4.3.7
->4.4.0
4.3.7
->4.4.0
4.3.7
->4.4.0
0.27.0
->0.31.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)v1.0.91
Compare Source
v1.0.90
Compare Source
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)rust-fuzz/arbitrary (arbitrary)
v1.4.1
Compare Source
v1.4.0
Compare Source
Released 2024-10-30.
Added
Arbitrary
implementation forPhantomPinned
.Unstructured::choose_iter
helper method.#[arbitrary(skip)]
forenum
variants in the derive macro.Arbitrary::try_size_hint
trait method.Changed
Arbitrary
forPhantomData<A>
even whenA
does not implementArbitrary
and whenA
is?Sized
.usize
's underlying encoding independent of machine word size so thatcorpora are more portable.
Fixed
derive(Arbitrary)
work for local definitions ofstruct Option
.assert-rs/assert_cmd (assert_cmd)
v2.0.16
Compare Source
Features
Command
to mirror those added to the standard libraryv2.0.15
Compare Source
Compatibility
assert-rs/assert_fs (assert_fs)
v1.1.2
Compare Source
Compatibility
marshallpierce/rust-base64 (base64)
v0.22.1
Compare Source
alphabet::BIN_HEX
.v0.22.0
Compare Source
DecodeSliceError::OutputSliceTooSmall
is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning thatEngine::decode_slice
can now be used with exactly-sized output slices. As part of this,Engine::internal_decode
now returnsDecodeSliceError
instead ofDecodeError
, but that is not expected to affect any external callers.DecodeError::InvalidLength
now refers specifically to the number of valid symbols being invalid (i.e.len % 4 == 1
), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for eitherInvalidLength
orInvalidByte
being appropriate.rkyv/bytecheck (bytecheck)
v0.8.0
Compare Source
v0.7.0
Bytecheck 0.7.0 is a new release that adds some exciting new features and cleans up some existing technical debt:
mem::ManuallyDrop
now implementsCheckBytes
Send
andSync
bounds to bytecheck'sError
type#[check_bytes = "path"]
attribute.Thanks to all the contributors this release: @starkoracles @rrichardson @mkatychev @samlich
knope-dev/changesets (changesets)
v0.3.0
: 0.3.0 (2024-06-19)Compare Source
Breaking Changes
Rework
ChangeSet
andPackageChange
interfacesChangeSet
now uses aVec
internally instead of aHashMap
to perform better for low/single-package repos.Instead of accessing the internal
releases
field, you can useinto::<Vec<_>>()
orinto_iter()
.PackageChange
now stores bothunique_id
andsummary
inArc
s, since in multi-package repos, these stringswere potentially being cloned a lot.
clap-rs/clap (clap)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)
v2.7.2
Compare Source
What's Changed
Full Changelog: CodSpeedHQ/codspeed-rust@v2.7.1...v2.7.2
v2.7.1
Compare Source
What's Changed
Full Changelog: CodSpeedHQ/codspeed-rust@v2.7.0...v2.7.1
v2.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: CodSpeedHQ/codspeed-rust@v2.6.0...v2.7.0
console-rs/dialoguer (dialoguer)
v0.11.0
Compare Source
Enhancements
dialoguer::Result
anddialoguer::Error
BasicHistory
implementation forHistory
FuzzySelect
Clone
Delete
key forFuzzySelect
Bug fixes
MultiSelect
checked and unchecked variants looking the same on WindowsInput
values that are invalid are now also stored inHistory
Input
when usingutf-8
charactersSelect
FuzzySelect
when using non-ASCII charactersBreaking
1.63.0
due to multiple dependencies on different platforms:rustix
,tempfile
,linux-raw-sys
Confirm::with_text
ColorfulTheme::inline_selections
mut self
instead of&mut self
Self
instead of&mut Self
self
instead of&self
dialoguer::Result
instead ofstd::io::Result
Validator
toInputValidator
Theme::format_fuzzy_select_prompt()
now takes a byte position instead of a cursor position in order to support UTF-8.rust-lang/flate2-rs (flate2)
v1.0.34
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34
rust-lang/hashbrown (hashbrown)
v0.15.1
Compare Source
This release removes the
borsh
feature introduced in 0.15.0 because it wasfound to be incorrectly implemented. Users should use the
hashbrown
feature ofthe
borsh
crate instead which provides the same trait implementations.v0.15.0
Compare Source
This release was yanked due to a broken implementation of the
borsh
feature.This update contains breaking changes that remove the
raw
API with the hope ofcentralising on the
HashTable
API in the future. You can follow the discussionand progress in #545 to discuss features you think should be added to this API
that were previously only possible on the
raw
API.Added
borsh
feature withBorshSerialize
andBorshDeserialize
impls. (#525)Assign
impls forHashSet
operators. (#529)Default
impls for iterator types. (#542)HashTable::iter_hash{,_mut}
methods. (#549)Hash{Table,Map,Set}::allocation_size
methods. (#553)Debug
andFusedIterator
for allHashTable
iterators. (#561)Iterator::fold
for allHashTable
iterators. (#561)Changed
hash_set::VacantEntry::insert
to returnOccupiedEntry
. (#495)hash_set::Difference::size_hint
lower-bound. (#530)HashSet::is_disjoint
performance. (#531)equivalent
feature is now enabled by default. (#532)HashSet
operators now return a set with the same allocator. (#529)ahash
feature has been renamed todefault-hasher
. (#533)Hash{Map,Set}::insert_unique_unchecked
is now unsafe. (#556)get_many_mut
and related methods was changed. (#562)Fixed
Removed
raw-entry
feature, to be eventually removed. (#534, #555)raw
feature is removed;in the future, all code should be using the
HashTable
API instead. (#531, #546)rykv
feature was removed; this is now provided by therykv
crate instead. (#554)HashSet::get_or_insert_owned
was removed in favor ofget_or_insert_with
. (#555)indexmap-rs/indexmap (indexmap)
v2.6.0
Compare Source
Clone
formap::IntoIter
andset::IntoIter
.hashbrown
dependency to version 0.15.dprint/jsonc-parser (jsonc-parser)
v0.26.2
Compare Source
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.2
Compare Source
v0.25.1
Compare Source
v0.25.0
Compare Source
v0.24.0
Compare Source
v0.23.0
Compare Source
v0.22.1
Compare Source
v0.22.0
Compare Source
jeromefroe/lru-rs (lru)
v0.12.5
Compare Source
v0.12.4
Compare Source
v0.12.3
Compare Source
get_key_value_mut
method.v0.12.2
Compare Source
clone
method.v0.12.1
Compare Source
get_key_value
method.v0.12.0
Compare Source
try_get_or_insert_mut
.BuildHasher
trait bound toDebug
forLruCache
.v0.11.1
Compare Source
try_get_or_insert_mut
method.v0.11.0
Compare Source
dylni/normpath (normpath)
v0.3.2
Compare Source
v0.3.1
Compare Source
BasePath::join
][BasePath::join] and related methods less efficient in some cases. It is planned to be reverted once rust-lang/rust#89665 is merged.v0.3.0
Compare Source
becheran/ntest (ntest)
v0.9.3
Compare Source
v0.9.2
Compare Source
v0.9.1
Compare Source
v0.9.0
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
matklad/once_cell (once_cell)
v1.20.2
Compare Source
portable_atomic
from Cargo.lock if it is not, in fact, used: #267This is a work-around for this cargo bhttps://github.com/rust-lang/cargo/issues/108010801.
v1.20.1
Compare Source
race
module using justportable_atomic
, withoutcritical_section
and providebetter error messages on targets without atomic CAS instruction,
#265.
v1.20.0
Compare Source
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1
Compare Source
Fixed
Internal
yansi
version to1.x
. Thanks to @SergioBenitez for the update, and maintaining this library! (#121)dtolnay/proc-macro2 (proc-macro2)
v1.0.89
Compare Source
v1.0.88
Compare Source
Span::start
andSpan::end
inside proc macros on nightly (#472)v1.0.87
Compare Source
Punct::new
(#470)rkyv/ptr_meta (ptr_meta)
v0.3.0
Compare Source
Pointee
fordyn core::error::Error
Send
andSync
PtrExt
andNonNullExt
with free functionsDynMetadata
implementation under MIRIcrate = ..
derive argumentv0.2.0
This minor version bump cleans up the extension trait for
NonNull
pointers slightly and significantly improves the documentation.dtolnay/quote (quote)
v1.0.37
Compare Source
rust-lang/regex (regex)
v1.11.1
Compare Source
===================
This is a new patch release of
regex
that fixes compilation on nightlyRust when the unstable
pattern
crate feature is enabled. Users on nightlyRust without this feature enabled are unaffected.
Bug fixes:
Fix the
Pattern
trait implementation as a result of nightly API breakage.v1.11.0
Compare Source
===================
This is a new minor release of
regex
that brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regex
internally to the version 16 release.New features:
Add new
regex::SetMatches::matched_all
method.Update to Unicode Character Database (UCD) version 16.
udoprog/relative-path (relative-path)
v1.9.3
What's Changed
Full Changelog: udoprog/relative-path@1.9.0...1.9.3
seanmonstar/reqwest (reqwest)
v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.v0.12.7
Compare Source
impl Service<http::Request<_>>
forClient
.v0.12.6
Compare Source
danger_accept_invalid_hostnames
forrustls
.impl Service<http::Request<Body>>
forClient
and&'_ Client
.!Sync
bodies inBody::wrap_stream()
.hickory-dns
is used.Proxy
so thatHTTP(S)_PROXY
values take precendence overALL_PROXY
.blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.v0.12.5
Compare Source
blocking::ClientBuilder::dns_resolver()
method to change DNS resolver in blocking client.http3
feature back, still requiringreqwest_unstable
.rustls-tls-no-provider
Cargo feature to use rustls without a crypto provider.Accept-Encoding
header combinations.v0.12.4
Compare Source
zstd
support, enabled withzstd
Cargo feature.ClientBuilder::read_timeout(Duration)
, which applies the duration for each read operation. The timeout resets after a successful read.v0.12.3
Compare Source
FromStr
fordns::Name
.ClientBuilder::built_in_webpki_certs(bool)
to enable them separately.ClientBuilder::built_in_native_certs(bool)
to enable them separately.content-length: 0
for GET requests.content_length()
to return value when timeout is configured.ClientBuilder::resolve()
to use lowercase domain names.v0.12.2
Compare Source
v0.12.1
Compare Source
ClientBuilder::interface()
when no TLS is enabled.TlsInfo::peer_certificate()
being truncated with rustls.http2
feature disabled but TLS negotiated h2 in ALPN.Display
forError
to not include its source error.v0.12.0
Compare Source
hyper
,http
, andhttp-body
v1.http::Request
andhttp::Response
.http2
optional cargo feature, default on.charset
optional cargo feature, default on.macos-system-configuration
cargo feature, default on.ClientBuilder::interface(str)
to specify the local interface to bind to.http3
feature temporarily.v0.11.27
hickory-dns
feature, deprecatingtrust-dns
.Form::text()
to not set octet-stream for plain text fields.v0.11.26
system-configuration
upgrade, which broke MSRV on macOS.v0.11.25
Certificate::from_pem_bundle()
parsing.v0.11.24
Certificate::from_pem_bundle()
to add a bundle.http3_prior_knowledge()
to blocking client builder.Sync
bounds requirement forBody::wrap_stream()
.REFUSED_STREAM
requests.Url
toUri
that could panic.v0.11.23
Proxy::custom_http_auth(val)
for setting the rawProxy-Authorization
header when connecting to proxies.http://
orhttps://
.nodelay
when TLS is enabled but URL is HTTP.ClientBuilder::user_agent(val)
.multipart::Form::headers(headers)
.v0.11.22
trust-dns
is enabled.v0.11.21
ClientBuilder::tls_info(bool)
, which will puttls::TlsInfo
into the response extensions.v0.11.20
deflate
decompression back to using zlib, as outlined in the spec.v0.11.19
ClientBuilder::http1_ignore_invalid_headers_in_responses()
option.ClientBuilder::http1_allow_spaces_after_header_name_in_responses()
option.ALL_PROXY
environment variable.use_preconfigured_tls
when combined with HTTP/3.deflate
decompression from using the zlib decoder.Response::{text, text_with_charset}()
to strip BOM characters.v0.11.18
RequestBuilder::json()
method from overriding a previously setcontent-type
header. An existing value will be left in place.v0.11.17
v0.11.16
Cargo.toml
.v0.11.15
RequestBuilder
methods to split and reconstruct from its parts.connection_verbose
to logwrite_vectored
calls.v0.11.14
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
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
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
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
.v0.11.10
Error::url()
to access the URL of an error.Response::extensions()
to access thehttp::Extensions
of a response.rustls-native-certs
to log an error instead of panicking when loading an invalid system certificate.v0.11.9
ClientBuilder::http09_responses(bool)
option to allow receiving HTTP/0.9 responses.v0.11.8
v0.11.7
blocking::ClientBuilder::resolve()
option, matching the async builder.From<tokio::fs::File>
forBody
.blocking
request-scoped timeout applying to bodies as well.rustls
to 0.20.v0.11.6
v0.11.5
ClientBuilder::http1_only()
method.tls::Version
type, andClientBuilder::min_tls_version()
andClientBuilder::max_tls_version()
methods.TryFrom<Request>
forhttp::Request
.Clone
forIdentity
.NO_PROXY
environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and*
is allowed to match everything.https_only
option.Body::as_bytes()
method.JsValue
.v0.11.4
ClientBuilder::resolve()
option to override DNS resolution for specific domains.native-tls-alpn
Cargo feature to use ALPN with the native-tls backend.ClientBuilder::deflate()
option anddeflate
Cargo feature to support decoding response bodies using deflate.RequestBuilder::version()
to allow setting the HTTP version of a request.rustls-tls
backend, when the server uses TLS v1.2 or v1.3.try_clone
toRequest
andRequestBuilder
v0.11.3
impl From<hyper::Body> for reqwest::Body
.RequestBuilder
.v0.11.2
CookieStore
trait to customize the type that stores and retrieves cookies for a session.cookie::Jar
as a defaultCookieStore
, easing creating some session cookies before creating theClient
.ClientBuilder::http2_adaptive_window()
option to configure an adaptive HTTP2 flow control behavior.ClientBuilder::http2_max_frame_size()
option to adjust the maximum HTTP2 frame size that can be received.IntoUrl
forString
, making it more convenient to create requests withformat!
.v0.11.1
ClientBuilder::tls_built_in_root_certs()
option to disable built-in root certificates.rustls-tls
glue to more often support ALPN to upgrade to HTTP/2.http://
if no scheme is found.runtime
feature.Request::new()
constructor.rkyv/rkyv (rkyv)
v0.8.8
Compare Source
as = ..
.Full Changelog: rkyv/rkyv@0.8.7...0.8.8
v0.8.7
Compare Source
Full Changelog: rkyv/rkyv@0.8.6...0.8.7
v0.8.6
Compare Source
What's Changed
New Contributors
Full Changelog: rkyv/rkyv@0.8.5...0.8.6
v0.8.5
Compare Source
This bugfix release only includes performance optimizations.
Full Changelog: rkyv/rkyv@0.8.4...0.8.5
v0.8.4
Compare Source
What's Changed
ArchivedAlignedVec
Full Changelog: rkyv/rkyv@0.8.3...0.8.4
v0.8.3
Compare Source
What's Changed
syn
version by @xJonathanLEI in https://github.com/rkyv/rkyv/pull/550New Contributors
Full Changelog: rkyv/rkyv@0.8.2...0.8.3
v0.8.2
Compare Source
This bugfix release addresses the following issues:
AsVec
wrapper compatible with any choice of hasherHashMap
sv0.8.1
Compare Source
This bugfix release corrects an infinite loop in hash map probing.
v0.8.0
It's finally here! A ton of stuff has changed, so here are some highlights:
to_bytes
,from_bytes
,access
, and everything else!unaligned
feature. If you choose, no more worrying about buffer alignment!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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.