| datasource | package | from | to |
| ----------- | ---------------------------- | ------- | ------- |
| pypi | cachetools | 5.5.0 | 5.5.2 |
| crate | cap-std | 3.4.4 | 3.4.5 |
| crate | clap | 4.5.41 | 4.5.51 |
| crate | clap_complete | 4.5.55 | 4.5.60 |
| crate | clap_complete_nushell | 4.5.8 | 4.5.10 |
| crate | git2 | 0.20.1 | 0.20.2 |
| crate | glob | 0.3.2 | 0.3.3 |
| pypi | image-tools-stackabletech | 0.0.16 | 0.0.17 |
| crate | oci-spec | 0.8.2 | 0.8.3 |
| pypi | requests | 2.32.3 | 2.32.5 |
| crate | semver | 1.0.26 | 1.0.27 |
| crate | serde | 1.0.217 | 1.0.228 |
| crate | serde_json | 1.0.140 | 1.0.145 |
| github-tags | slackapi/slack-github-action | v1.27.0 | v1.27.1 |
| crate | snafu | 0.8.5 | 0.8.9 |
| github-tags | softprops/action-gh-release | v2.4.1 | v2.4.2 |
| crate | strum | 0.27.1 | 0.27.2 |
| crate | time | 0.3.41 | 0.3.44 |
| crate | toml | 0.9.2 | 0.9.8 |
| crate | tracing-indicatif | 0.3.9 | 0.3.13 |
| crate | url | 2.5.4 | 2.5.7 |
This PR contains the following updates:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tkem/cachetools (cachetools)v5.5.2
Compare Source
===================
Reduce number of @cached lock/unlock operations.
Improve documentation.
Update CI environment.
v5.5.1
Compare Source
===================
-
-
-
bytecodealliance/cap-std (cap-std)Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
v3.4.5
Compare Source
clap-rs/clap (clap)v4.5.51
Compare Source
Fixes
v4.5.50
Compare Source
Features
v4.5.49
Compare Source
Fixes
v4.5.48
Compare Source
Documentation
v4.5.47
Compare Source
Features
Fixes
v4.5.46
Compare Source
Features
v4.5.45
Compare Source
Fixes
v4.5.44
Compare Source
Features
v4.5.43
Compare Source
Fixes
v4.5.42
Compare Source
Fixes
- Include subcommand visible long aliases in --help
rust-lang/git2-rs (git2)v0.20.2
Compare Source
0.20.1...0.20.2
Added
#1151
Fixed
- Added missing codes for GIT_EDIRECTORY, GIT_EMERGECONFLICT, GIT_EUNCHANGED, GIT_ENOTSUPPORTED, and GIT_EREADONLY to Error::raw_code.
- Fixed missing initialization in Indexer::new.
rust-lang/glob (glob)#1153
#1160
v0.3.3
Compare Source
- Optimize memory allocations (#147)
- Bump the MSRV to 1.63 (#172)
- Fix spelling in pattern documentation (#164)
- Fix version numbers and some formatting (#157)
- Style fixes (#137)
stackabletech/image-tools (image-tools-stackabletech)v0.0.17
Compare Source
- Add a separate --release argument to bake for the SDP version (#55)
youki-dev/oci-spec-rs (oci-spec)v0.8.3
Compare 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.5
Compare 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.4
Compare Source
Security
environment will retrieve credentials for the wrong hostname/machine from a
netrc file.
Improvements
Deprecations
- Added support for pypy 3.11 for Linux and macOS.
- Dropped support for pypy 3.9 following its end of support.
dtolnay/semver (semver)v1.0.27
Compare Source
- Switch serde dependency to serde_core (#333)
serde-rs/serde (serde)v1.0.228
Compare Source
v1.0.227
Compare Source
v1.0.226
Compare Source
v1.0.225
Compare Source
v1.0.224
Compare Source
v1.0.223
Compare Source
v1.0.222
Compare Source
v1.0.221
Compare Source
v1.0.220
Compare Source
v1.0.219
Compare Source
v1.0.218
Compare Source
- Documentation improvements
serde-rs/json (serde_json)v1.0.145
Compare Source
v1.0.144
Compare Source
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
- Optimize string escaping during serialization (#1273, thanks @conradludgate)
slackapi/slack-github-action (slackapi/slack-github-action)v1.27.1: Slack Send V1.27.1
Compare 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 @v2 and @v1 is 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.9
Compare Source
Fixed
environment, both with and without the alloc feature flag enabled.
v0.8.8
Compare Source
Fixed
Gate TryFuture::whatever_context,
TryFuture::with_whatever_context, TryStream::whatever_context,
and TryStream::with_whatever_context behind the alloc feature
flag. This allows SNAFU's future and stream combinators to be used
in a no_std environment.
Only implement GenerateImplicitData and AsBacktrace for Arc
wrappers when the target platform has access to atomics and Arc.
v0.8.7
Compare Source
Added
Box<T>, Rc<T>, and Arc<T> when T implements the same
trait. This allows you to use types like Arc<Backtrace> as a
backtrace field.
v0.8.6
Compare Source
Added
A new alloc feature flag has been added as a subset of the
existing std feature flag. This allows SNAFU to be used in
environments 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
method. This works around an issue with the dead_code lint in rare
usages involving declarative macros and explicit visibility
qualifiers.
Changed
-
-
softprops/action-gh-release (softprops/action-gh-release)Add top-level documentation on reporting errors using
#[snafu::report].
Show the cfg options that control features on docs.rs.
v2.4.2
Compare 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.2
Compare Source
-
- The doc comment will be copied from the variant on the type itself.
-
-
-
- This should make the linter less noisy with warnings in generated code.
-
-
time-rs/time (time)#141: Adding support for doc comments on EnumDiscriminants generated type.
#435:allow discriminants on empty enum.
#443: Change enum table callbacks to FnMut.
#444: Add #[automatically_derived] to the impls by @dandedotdev in #444
#440: Implement a suffix attribute for serialization of enum variants.
#446: Drop needless rustversion dependency.
v0.3.44
Compare Source
Fixed
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.
This has been fixed by explicitly specifying the type in the relevant locations.
v0.3.43
Compare Source
Added
Fixed
Nanosecond::per(Second)) would not compile due to a bug. This has been fixed.
v0.3.42
Compare Source
Added
can return any of the primitive numeric types that can represent the result. This will cut down on
as casts while ensuring correctness. Type inference isn't perfect, so you may need to provide a
type annotation in some situations.
the difference between two SystemTimes as a time::Duration
thread-safe.
Changed
by 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.
fixed. 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
- The amount of code generated by macros has been massively reduced, on the order of 65-70% for
- Significant performance gains for comparisons of Time, PrimitiveDateTime, UtcDateTime, and
- Nearly all methods are #[inline].
toml-rs/toml (toml)typical use cases of format_description!.
OffsetDateTime. The first three have gains of approximately 85% (i.e. 6× faster).
v0.9.8
Compare Source
v0.9.7
Compare Source
v0.9.6
Compare Source
v0.9.5
Compare Source
v0.9.4
Compare Source
v0.9.3
Compare Source
emersonford/tracing-indicatif (tracing-indicatif)v0.3.13
Compare Source
v0.3.12
Compare Source
v0.3.11
Compare Source
v0.3.10
Compare Source
- update indicatif to 0.18 (#18)
servo/rust-url (url)v2.5.7
What'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.5
Compare Source
What's Changed
New 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.