Skip to content

Conversation

@stackable-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
cachetools 5.5.0 -> 5.5.2 age confidence dependencies patch
cap-std 3.4.4 -> 3.4.5 age confidence workspace.dependencies patch
clap 4.5.41 -> 4.5.51 age confidence workspace.dependencies patch
clap_complete 4.5.55 -> 4.5.60 age confidence workspace.dependencies patch
clap_complete_nushell 4.5.8 -> 4.5.10 age confidence workspace.dependencies patch
git2 0.20.1 -> 0.20.2 age confidence workspace.dependencies patch
glob 0.3.2 -> 0.3.3 age confidence workspace.dependencies patch
image-tools-stackabletech 0.0.16 -> 0.0.17 age confidence patch
oci-spec 0.8.2 -> 0.8.3 age confidence workspace.dependencies patch
requests (source, changelog) ==2.32.3 -> ==2.32.5 age confidence patch
semver 1.0.26 -> 1.0.27 age confidence workspace.dependencies patch
serde (source) 1.0.217 -> 1.0.228 age confidence workspace.dependencies patch
serde_json 1.0.140 -> 1.0.145 age confidence workspace.dependencies patch
slackapi/slack-github-action v1.27.0 -> v1.27.1 age confidence action patch
snafu 0.8.5 -> 0.8.9 age confidence workspace.dependencies patch
softprops/action-gh-release v2.4.1 -> v2.4.2 age confidence action patch
strum 0.27.1 -> 0.27.2 age confidence workspace.dependencies patch
time (source) 0.3.41 -> 0.3.44 age confidence workspace.dependencies patch
toml 0.9.2 -> 0.9.8 age confidence workspace.dependencies patch
tracing-indicatif 0.3.9 -> 0.3.13 age confidence workspace.dependencies patch
url 2.5.4 -> 2.5.7 age confidence workspace.dependencies patch

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

===================

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

bytecodealliance/cap-std (cap-std)

v3.4.5

Compare Source

clap-rs/clap (clap)

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

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
Fixed
  • Added missing codes for GIT_EDIRECTORY, GIT_EMERGECONFLICT, GIT_EUNCHANGED, GIT_ENOTSUPPORTED, and GIT_EREADONLY to Error::raw_code.
    #​1153
  • Fixed missing initialization in Indexer::new.
    #​1160
rust-lang/glob (glob)

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

  • The SSLContext caching feature originally introduced in 2.32.0 has created
    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

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.

v2.32.4

Compare Source

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted
    environment will retrieve credentials for the wrong hostname/machine from a
    netrc file.

Improvements

  • Numerous documentation 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

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements
serde-rs/json (serde_json)

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

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
  • docs(fix): reference octokit context and github event webhook payloads in variables in #​348 - thanks @​zimeg!
🧪 Maintenance
  • ci: include the slack health score as part of ci tests in #​346 - thanks @​zimeg!
📦 Dependencies

Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1

shepmaster/snafu (snafu)

v0.8.9

Compare Source

Fixed
  • Allow the unstable-provider-api feature to be used in a no_std
    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
  • GenerateImplicitData and AsBacktrace are now implemented for
    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
  • Added #[allow(dead_code)] to the context selector's fail
    method. This works around an issue with the dead_code lint in rare
    usages involving declarative macros and explicit visibility
    qualifiers.
Changed
  • Add top-level documentation on reporting errors using
    #[snafu::report].

  • Show the cfg options that control features on docs.rs.

softprops/action-gh-release (softprops/action-gh-release)

v2.4.2

Compare Source

What's Changed
Exciting New Features 🎉
  • feat: Ensure generated release notes cannot be over 125000 characters by @​BeryJu in #​684
Other Changes 🔄
  • dependency updates
New Contributors

Full Changelog: softprops/action-gh-release@v2.4.1...v2.4.2

Peternator7/strum (strum)

v0.27.2

Compare Source

  • #​141: Adding support for doc comments on EnumDiscriminants generated type.

    • The doc comment will be copied from the variant on the type itself.
  • #​435:allow discriminants on empty enum.

  • #​443: Change enum table callbacks to FnMut.

  • #​444: Add #[automatically_derived] to the impls by @​dandedotdev in #​444

    • This should make the linter less noisy with warnings in generated code.
  • #​440: Implement a suffix attribute for serialization of enum variants.

    #[derive(strum::Display)]
    #[strum(suffix=".json")]
    #[strum(serialize_all="snake_case")]
    enum StorageConfiguration {
      PostgresProvider,
      S3StorageProvider,
      AzureStorageProvider,
    }
    
    fn main() {
      let response = SurveyResponse::Other("It was good".into());
      println!("Loading configuration from: {}", StorageConfiguration::PostgresProvider);
      // prints: Loaded Configuration from: postgres_provider.json
    }
  • #​446: Drop needless rustversion dependency.

time-rs/time (time)

v0.3.44

Compare Source

Fixed
  • Comparisons of PrimitiveDateTime, UtcDateTime, and OffsetDateTime with 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.
  • Type inference would fail due to feature unification when wasm-bindgen enabled serde_json.
    This has been fixed by explicitly specifying the type in the relevant locations.

v0.3.43

Compare Source

Added
  • Support for rand 0.9
Fixed
  • In the convert module, any use of per with types that were not the same (such as
    Nanosecond::per(Second)) would not compile due to a bug. This has been fixed.

v0.3.42

Compare Source

Added
  • Time::duration_until
  • Time::duration_since
  • per_t method for all types in time::convert. This is similar to the existing per method, but
    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.
  • impl PartialOrd for Month and impl Ord for Month; this assumes the months are in the same year
  • SystemTimeExt trait, adding methods for checked arithmetic with time::Duration and obtaining
    the difference between two SystemTimes as a time::Duration
  • Permit using UtcDateTime with rand (this was inadvertently omitted previously)
  • impl core::error::Error for all error types (now available when the std feature is disabled)
  • MacOS can now obtain the local UTC offset in multi-threaded programs as the system APIs are
    thread-safe.
  • #[track_caller] has been added to all relevant methods.
Changed
  • The minimum supported Rust version is now 1.81.0.
  • The dependency on itoa has been removed, as the standard library now has similar functionality
    by default.
  • Formatting a component that involves a floating point number is now guaranteed to be
    deterministic, avoiding any subtle differences between platforms or compiler versions.
Fixed
  • Serializing timestamps with nanosecond precision should always emit the correct value.
    Previously, it could be off by one nanosecond due to floating point imprecision.
  • A previously unknown bug in OffsetDateTime::to_offset and UtcDateTime::to_offset has been
    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
    typical use cases of format_description!.
  • Significant performance gains for comparisons of Time, PrimitiveDateTime, UtcDateTime, and
    OffsetDateTime. The first three have gains of approximately 85% (i.e. 6× faster).
  • Nearly all methods are #[inline].
toml-rs/toml (toml)

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

  • eliminate panics on internal lock poison

v0.3.12

Compare Source

  • Allow progress bar to finish with message (#​21)
  • expose progress bar resets (#​20)

v0.3.11

Compare Source

  • make IndicatifWriter::new pub
  • upgrade to edition 2024

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| 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   |
@stackable-bot stackable-bot added the dependencies Pull requests that update a dependency file label Nov 14, 2025
@stackable-bot stackable-bot requested a review from a team November 14, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants