chore(deps): update all dependencies (patch only) #1344
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:
5.5.0->5.5.23.4.4->3.4.54.5.41->4.5.514.5.55->4.5.604.5.8->4.5.100.20.1->0.20.20.3.2->0.3.30.0.16->0.0.170.8.2->0.8.3==2.32.3->==2.32.51.0.26->1.0.271.0.217->1.0.2281.0.140->1.0.145v1.27.0->v1.27.10.8.5->0.8.9v2.4.1->v2.4.20.27.1->0.27.20.3.41->0.3.440.9.2->0.9.80.3.9->0.3.132.5.4->2.5.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tkem/cachetools (cachetools)
v5.5.2Compare Source
===================
Reduce number of
@cachedlock/unlock operations.Improve documentation.
Update CI environment.
v5.5.1Compare Source
===================
Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
bytecodealliance/cap-std (cap-std)
v3.4.5Compare Source
clap-rs/clap (clap)
v4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helprust-lang/git2-rs (git2)
v0.20.2Compare Source
0.20.1...0.20.2
Added
Status::WT_UNREADABLE.#1151
Fixed
GIT_EDIRECTORY,GIT_EMERGECONFLICT,GIT_EUNCHANGED,GIT_ENOTSUPPORTED, andGIT_EREADONLYtoError::raw_code.#1153
Indexer::new.#1160
rust-lang/glob (glob)
v0.3.3Compare Source
stackabletech/image-tools (image-tools-stackabletech)
v0.0.17Compare Source
--releaseargument tobakefor the SDP version (#55)youki-dev/oci-spec-rs (oci-spec)
v0.8.3Compare Source
What's Changed
Other Changes
New Contributors
Full Changelog: youki-dev/oci-spec-rs@v0.8.2...v0.8.3
psf/requests (requests)
v2.32.5Compare Source
Bugfixes
a new class of issues in Requests that have had negative impact across a number
of use cases. The Requests team has decided to revert this feature as long term
maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
v2.32.4Compare Source
Security
environment will retrieve credentials for the wrong hostname/machine from a
netrc file.
Improvements
Deprecations
dtolnay/semver (semver)
v1.0.27Compare Source
serde-rs/serde (serde)
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
v1.0.219Compare Source
absolute_pathsClippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)v1.0.218Compare Source
serde-rs/json (serde_json)
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.1: Slack Send V1.27.1Compare Source
What's changed
This release tags multiple updates to dependencies and a clarification in documentation 📚
No changes are needed to update from
slackapi/slack-github-action@v1.27.0- other than bumping the version - but ongoing development is now happening on version@v2and@v1is no longer planning to receive significant updates after this.Please stay tuned for upcoming changes, and may all of your workflows run well ❤️
📚 Documentation
🧪 Maintenance
📦 Dependencies
Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1
shepmaster/snafu (snafu)
v0.8.9Compare Source
Fixed
unstable-provider-apifeature to be used in a no_stdenvironment, both with and without the
allocfeature flag enabled.v0.8.8Compare Source
Fixed
Gate
TryFuture::whatever_context,TryFuture::with_whatever_context,TryStream::whatever_context,and
TryStream::with_whatever_contextbehind theallocfeatureflag. This allows SNAFU's future and stream combinators to be used
in a no_std environment.
Only implement
GenerateImplicitDataandAsBacktraceforArcwrappers when the target platform has access to atomics and
Arc.v0.8.7Compare Source
Added
GenerateImplicitDataandAsBacktraceare now implemented forBox<T>,Rc<T>, andArc<T>whenTimplements the sametrait. This allows you to use types like
Arc<Backtrace>as abacktrace field.
v0.8.6Compare Source
Added
A new
allocfeature flag has been added as a subset of theexisting
stdfeature flag. This allows SNAFU to be used inenvironments that have access to an allocator but not the standard
library.
Context selectors may now be explicitly named. This allows
flexibility in edge cases, but also is understood by rust-analyzer
to help with renaming context selectors.
Fixed
#[allow(dead_code)]to the context selector'sfailmethod. This works around an issue with the
dead_codelint in rareusages involving declarative macros and explicit visibility
qualifiers.
Changed
Add top-level documentation on reporting errors using
#[snafu::report].Show the
cfgoptions that control features on docs.rs.softprops/action-gh-release (softprops/action-gh-release)
v2.4.2Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 🔄
New Contributors
Full Changelog: softprops/action-gh-release@v2.4.1...v2.4.2
Peternator7/strum (strum)
v0.27.2Compare Source
#141: Adding support for doc comments on
EnumDiscriminantsgenerated type.#435:allow discriminants on empty enum.
#443: Change enum table callbacks to FnMut.
#444: Add
#[automatically_derived]to theimpls by @dandedotdev in #444#440: Implement a
suffixattribute for serialization of enum variants.#446: Drop needless
rustversiondependency.time-rs/time (time)
v0.3.44Compare Source
Fixed
PrimitiveDateTime,UtcDateTime, andOffsetDateTimewith differing signs (i.e.one negative and one positive year) would return the inverse result of what was expected. This was
introduced in v0.3.42 and has been fixed.
wasm-bindgenenabledserde_json.This has been fixed by explicitly specifying the type in the relevant locations.
v0.3.43Compare Source
Added
rand0.9Fixed
convertmodule, any use ofperwith types that were not the same (such asNanosecond::per(Second)) would not compile due to a bug. This has been fixed.v0.3.42Compare Source
Added
Time::duration_untilTime::duration_sinceper_tmethod for all types intime::convert. This is similar to the existingpermethod, butcan return any of the primitive numeric types that can represent the result. This will cut down on
ascasts while ensuring correctness. Type inference isn't perfect, so you may need to provide atype annotation in some situations.
impl PartialOrd for Monthandimpl Ord for Month; this assumes the months are in the same yearSystemTimeExttrait, adding methods for checked arithmetic withtime::Durationand obtainingthe difference between two
SystemTimes as atime::DurationUtcDateTimewithrand(this was inadvertently omitted previously)impl core::error::Errorfor all error types (now available when thestdfeature is disabled)thread-safe.
#[track_caller]has been added to all relevant methods.Changed
itoahas been removed, as the standard library now has similar functionalityby default.
deterministic, avoiding any subtle differences between platforms or compiler versions.
Fixed
Previously, it could be off by one nanosecond due to floating point imprecision.
OffsetDateTime::to_offsetandUtcDateTime::to_offsethas beenfixed. The bug could result in a value that was invalid. It was unlikely to ever occur in
real-world code, as it involved passing a UTC offset that has never been used in any location.
Miscellaneous
typical use cases of
format_description!.Time,PrimitiveDateTime,UtcDateTime, andOffsetDateTime. The first three have gains of approximately 85% (i.e. 6× faster).#[inline].toml-rs/toml (toml)
v0.9.8Compare Source
v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
emersonford/tracing-indicatif (tracing-indicatif)
v0.3.13Compare Source
v0.3.12Compare Source
v0.3.11Compare Source
IndicatifWriter::newpubv0.3.10Compare Source
servo/rust-url (url)
v2.5.7What's Changed
v.2.5.6
v.2.5.7
New Contributors
Full Changelog: servo/rust-url@v2.5.5...v2.5.7
v2.5.5Compare Source
What's Changed
Mimeby @mrobinson in #1047cargo clippy --fix -- -Wclippy::use_selfby @mrobinson in #1048Url::domaindocs to show that it includes subdomain by @supercoolspy in #1057New Contributors
Full Changelog: servo/rust-url@v2.5.4...v2.5.5
Configuration
📅 Schedule: Branch creation - "" 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.
This PR has been generated by Renovate Bot.