Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the deps group with 82 updates in the / directory:

Package From To
anyhow 1.0.97 1.0.100
async-channel 2.3.1 2.5.0
aws-sdk-s3 1.81.0 1.82.0
aws-smithy-async 1.2.5 1.2.7
clap 4.5.34 4.5.53
csv 1.3.1 1.4.0
flate2 1.1.0 1.1.5
fs-err 3.1.0 3.2.1
lockable 0.1.1 0.2.0
percent-encoding 2.3.1 2.3.2
regex 1.11.1 1.12.2
serde_json 1.0.140 1.0.145
strum 0.27.1 0.27.2
tempfile 3.19.1 3.23.0
thiserror 2.0.12 2.0.17
time 0.3.41 0.3.44
tokio-util 0.7.14 0.7.17
tracing 0.1.41 0.1.44
tracing-subscriber 0.3.19 0.3.22
rstest 0.25.0 0.26.1
adler2 2.0.0 2.0.1
aho-corasick 1.1.3 1.1.4
anstyle 1.0.10 1.0.13
autocfg 1.4.0 1.5.0
aws-lc-rs 1.12.6 1.15.2
aws-smithy-observability 0.1.2 0.1.5
aws-smithy-query 0.60.7 0.60.9
aws-smithy-xml 0.60.9 0.60.13
aws-types 1.3.6 1.3.11
base64ct 1.7.3 1.8.1
bitflags 2.9.0 2.10.0
bytes 1.10.1 1.11.0
cfg-if 1.0.0 1.0.4
clap_lex 0.7.4 0.7.6
cmake 0.1.54 0.1.57
crc 3.2.1 3.4.0
crc32fast 1.4.2 1.5.0
crc64fast-nvme 1.2.0 1.2.1
crypto-common 0.1.6 0.1.7
csv-core 0.1.12 0.1.13
errno 0.3.10 0.3.14
event-listener 5.4.0 5.4.1
form_urlencoded 1.2.1 1.2.2
getrandom 0.2.15 0.2.16
glob 0.3.2 0.3.3
h2 0.3.26 0.3.27
hyper-util 0.1.10 0.1.17
idna 1.0.3 1.1.0
idna_adapter 1.2.0 1.2.1
indexmap 2.8.0 2.12.1
itoa 1.0.15 1.0.16
log 0.4.27 0.4.29
memchr 2.7.4 2.7.6
miniz_oxide 0.8.5 0.8.9
mio 1.0.3 1.1.1
proc-macro2 1.0.94 1.0.103
quote 1.0.40 1.0.42
regex-lite 0.1.6 0.1.8
regex-syntax 0.8.5 0.8.8
rustls-pki-types 1.11.0 1.13.2
rustversion 1.0.20 1.0.22
ryu 1.0.20 1.0.21
schannel 0.1.27 0.1.28
security-framework-sys 2.14.0 2.15.0
semver 1.0.26 1.0.27
sha2 0.10.8 0.10.9
signal-hook-registry 1.4.2 1.4.7
slab 0.4.9 0.4.11
smallvec 1.14.0 1.15.1
socket2 0.5.9 0.5.10
stable_deref_trait 1.2.0 1.2.1
strum_macros 0.27.1 0.27.2
syn 2.0.100 2.0.111
synstructure 0.13.1 0.13.2
terminal_size 0.4.2 0.4.3
thread_local 1.1.8 1.1.9
typenum 1.18.0 1.19.0
unicode-ident 1.0.18 1.0.22
url 2.5.4 2.5.7
uuid 1.16.0 1.19.0
wasi 0.11.0+wasi-snapshot-preview1 0.11.1+wasi-snapshot-preview1
zeroize 1.8.1 1.8.2

Updates anyhow from 1.0.97 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)

1.0.98

Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • Additional commits viewable in compare view

Updates async-channel from 2.3.1 to 2.5.0

Release notes

Sourced from async-channel's releases.

v2.5.0

  • Add Sender::closed() (#102)

v2.4.0

  • Add Sender::same_channel() and Receiver::same_channel(). (#98)
  • Add portable-atomic feature to support platforms without atomics. (#106)
Changelog

Sourced from async-channel's changelog.

Version 2.5.0

  • Add Sender::closed() (#102)

Version 2.4.0

  • Add Sender::same_channel() and Receiver::same_channel(). (#98)
  • Add portable-atomic feature to support platforms without atomics. (#106)
Commits
  • 35a63c4 Release 2.5.0
  • b665e04 Add Sender::closed future (#102)
  • c250f28 Release 2.4.0 (#108)
  • c950c6e Fix description of recv_blocking (#107)
  • 9a96317 Support portable atomic (#106)
  • 3ce7937 Fix clippy::needless_lifetimes warning
  • e4132e3 ci: Use reusable workflows for fmt and security_audit
  • 43459d1 ci: Use "v2.0.0" branch for audit check
  • 1623170 Fix grammar in description of WeakSender and WeakReceiver
  • 74b2c74 Add example usage for fn same_channel in Sender and Receiver
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.81.0 to 1.82.0

Commits

Updates aws-smithy-async from 1.2.5 to 1.2.7

Commits

Updates clap from 4.5.34 to 4.5.53

Release notes

Sourced from clap's releases.

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

[4.5.51] - 2025-10-29

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

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

v4.5.48

[4.5.48] - 2025-09-19

Documentation

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

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

[4.5.51] - 2025-10-29

Fixes

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

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

[4.5.49] - 2025-10-13

Fixes

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

[4.5.48] - 2025-09-19

Documentation

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

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

... (truncated)

Commits
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • 2fcafc0 docs: Fix minor grammar issues in FAQ
  • a380b65 Merge pull request #6023 from epage/template
  • 4d7ab14 chore: Update from _rust/main template
  • b8a7ea4 chore(deps): Update Rust Stable to v1.87 (#18)
  • f9842b3 chore: Avoid MSRV problems out of the box
  • Additional commits viewable in compare view

Updates csv from 1.3.1 to 1.4.0

Commits
  • 4a3997e 1.4.0
  • a0a3c9e csv-core-0.1.13
  • f8e6b07 deps: switch serde dependency to serde_core
  • 7c7c135 style: address many Clippy lints
  • 5b2da18 doc: simplify tutorial section on accessing headers
  • 633552a perf: serialize 128-bit integers via itoa
  • e9f06f4 lint: fix needless_lifetimes and mismatched_lifetime_syntaxes
  • 9dab947 test: fix broken test after panic message change
  • da00088 style: address many Clippy lints
  • f973cd4 enum: use #[non_exhaustive] instead of #[doc(hidden)] variant
  • Additional commits viewable in compare view

Updates flate2 from 1.1.0 to 1.1.5

Release notes

Sourced from flate2's releases.

1.1.5

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

1.1.3

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

1.1.2

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2

1.1.1

This release should be smaller and thus faster to download. Additionally, when using the zlib-rs backend, duplicate symbol issues shouldn't occur anymore.

What's Changed

New Contributors

... (truncated)

Commits
  • 2661fbb Merge pull request #509 from fintelia/revert-flush-change
  • bc36cf4 Bump patch version
  • 4341fe2 Revert "Use partial flushes with miniz_oxide backend"
  • ac412e9 Merge pull request #506 from NobodyXu/patch-1
  • bf0315b Release flste2 1.1.4
  • 350de28 Merge pull request #505 from NobodyXu/patch-1
  • 29552c7 Fix docs.rs build
  • 3be6590 Merge pull request #504 from Byron/release
  • 7ad1bad bump the patch level for a new release
  • 3cae7da Merge pull request #502 from NobodyXu/patch-1
  • Additional commits viewable in compare view

Updates fs-err from 3.1.0 to 3.2.1

Changelog

Sourced from fs-err's changelog.

3.2.1

  • Rename parameters of symlink, soft_link and hard_link functions to match std (#83)

3.2.0

  • Introduce debug and debug_tokio feature. Debug filesystem errors faster by exposing more information (#81). Without this feature on, errors might look like this:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2) 

    With this feature on, it will include additional information. For example:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2) 

    Path does not exist file.txt

    • Absolute path /path/to/dir/file.txt
    • Missing file.txt from parent directory:
      /path/to/dir
      └── file.md
      └── different.txt

It's suggested to enable this feature in dev-dependencies for security and performance reasons.

3.1.3

  • Add wrappers for std::fs::exists and tokio::fs::try_exists (#77)

3.1.2

  • Added wrappers for locking methods added to File in Rust 1.89 (#75)

3.1.1

  • Added File::into_file and File::into_path (#73)
Commits

Updates lockable from 0.1.1 to 0.2.0

Changelog

Sourced from lockable's changelog.

Version 0.2.0 (unreleased)

  • MSRV is now Rust 1.85, edition changed to Rust 2024
  • Remove dependency on the async-trait crate
  • Internal code modernizations, use async closures
  • Updated dependency versions
Commits
  • 6e952e5 Fix clippy warnings
  • b04e608 Bump version to 0.2.0
  • 7137e0b Update dependencies
  • 0e8cf1f Fix clippy warnings
  • 91643aa Add safety guard ensuring that lock_all_entries doesn't keep the whole data s...
  • aad213b Add Deadlock warning to Readme
  • af7d540 mention async closures in Changelog
  • 4b96908 Use async closures
  • f1a5a1d Remove dependency on async-trait crate
  • cb0ab53 Remove unnecessary Future imports
  • Additional commits viewable in compare view

Updates percent-encoding from 2.3.1 to 2.3.2

Commits

Updates regex from 1.11.1 to 1.12.2

Changelog

Sourced from regex's changelog.

1.12.2 (2025-10-13)

This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

1.12.1 (2025-10-10)

This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an oversight with the lifetime parameter for the Match returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the 1.12.0 release, I think this is fine.

1.12.0 (2025-10-10)

This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new regex::Captures::get_match API.

Improvements:

Bug fixes:

1.11.3 (2025-09-25)

This is a small patch release with an improvement in memory usage in some cases.

... (truncated)

Commits

Updates serde from 1.0.219 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

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

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

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

v1.0.225

  • 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

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

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

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

v1.0.221

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

v1.0.220

Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde_json from 1.0.140 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)

v1.0.143

v1.0.142

v1.0.141

Commits
  • efa66e3 Release 1.0.145
  • 23679e2 Add serde version constraint
  • fc27baf Release 1.0.144
  • caef3c6 Ignore uninlined_format_args pedantic clippy lint
  • 81ba3aa Merge pull request #1285 from dtolnay/serdecore
  • d21e8ce Switch serde dependency to serde_core
  • 6beb6cd Merge pull request #1286 from dtolnay/up
  • 1dbc803 Raise required compiler to Rust 1.61
  • 0bf5d87 Enforce trybuild >= 1.0.108
  • d12e943 Update actions/checkout@v4 -> v5
  • Additional commits viewable in compare view

Updates strum from 0.27.1 to 0.27.2

Release notes

Sourced from strum's releases.

v0.27.2

What's Changed

New Contributors

Full Changelog: Peternator7/strum@v0.27.1...v0.27.2

Changelog

Sourced from strum's changelog.

0.27.2

  • #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 Peternator7/strum#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.

Commits

Updates tempfile from 3.19.1 to 3.23.0

Changelog

Sourced from tempfile's changelog.

3.23.0

  • Remove need for the "nightly" feature to compile with "wasip2".

3.22.0

  • Updated windows-sys requirement to allow version 0.61.x
  • Remove unstable-windows-keep-open-tempfile feature.

3.21.0

  • Updated windows-sys requirement to allow version 0.60.x

3.20.0

This release mostly unifies the behavior/capabilities around "keeping" temporary files:

  • Rename Builder::keep(bool) (via deprecation) to Builder::disable_cleanup(bool) to make it clear that behaves differently from NamedTempFile::keep(). The former disables automatic cleanup while the latter consumes the NamedTempFile object entirely and unsets the "temporary file" attribute (on Windows).
  • Rename TempDir::into_path (via deprecation) to TempDir::keep to mirror NamedTempFile::keep.
  • Add TempDir::disable_cleanup, NamedTempFile::disable_cleanup, and TempPath::disable_cleanup making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to calling Builder::disable_cleanup before creating the file/directory).

Additionally, it adds a few spooled temporary file features:

  • Add SpooledTempFile::into_file for turning a SpooledTempFile into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
  • Add spooled_tempfile_in and SpooledTempFile::new_in methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).

Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.

BREAKING for those with deny(warnings):

  • Builder::keep deprecated in favor of Builder::disable_cleanup.
  • TempDir::into_path is deprecated in favor of TempDir::keep.
Commits
  • fe9f4a3 chore: release v3.23.0 (#381)
  • 006c3fd fix: use std::os::fd instead of std::os::wasi (#380)
  • b0e6309 doc: Update COPYRIGHT link (#377)
  • 2d6fc3f Fix formatting in Builder::disable_cleanup documentation (#375)
  • f720dbe chore: release 3.22.0
  • 55d742c chore: remove deprecated unstable feature flag
  • bc41a0b build(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....
  • 3c55387 test: make sure we don't drop tempdirs early (#373)
  • 17bf644 doc(builder): clarify permissions (#372)
  • c7423f1 doc(env): document the alternative to setting the tempdir (#371)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.12 to 2.0.17

Release notes

Sourced from thiserror's releases.

2.0.17

  • Use differently named __private module per patch release (#434)

2.0.16

  • Add to "no-std" crates.io category (#429)

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements
Commits
  • 72ae716 Release 2.0.17
  • 599fdce Merge pull request #434 from dtolnay/private
  • 9ec05f6 Use differently named __private module per patch release
  • d2c492b Raise minimum tested compiler to rust 1.76
  • fc3ab95 Opt in to generate-macro-expansion when building on docs.rs
  • 819fe29 Update ui test suite to nightly-2025-09-12
  • 259f48c Enforce trybuild >= 1.0.108
  • 470e6a6 Update ui test suite to nightly-2025-08-24
  • 544e191 Update actions/checkout@v4 -> v5
  • cbc1eba Delete duplicate cap-lints flag from build script
  • Additional commits viewable in compare view

Updates time from 0.3.41 to 0.3.44

Release notes

Sourced from time's releases.

v0.3.44

See the changelog for details.

v0.3.43

See the changelog for details.

v0.3.42

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.44 [2025-09-19]

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.

0.3.43 [2025-09-02]

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.

0.3.42 [2025-08-31]

A...

Description has been truncated

Bumps the deps group with 82 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.100` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.3.1` | `2.5.0` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.81.0` | `1.82.0` | | [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.5` | `1.2.7` | | [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.53` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.1` | `1.4.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.5` | | [fs-err](https://github.com/andrewhickman/fs-err) | `3.1.0` | `3.2.1` | | [lockable](https://github.com/smessmer/lockable) | `0.1.1` | `0.2.0` | | [percent-encoding](https://github.com/servo/rust-url) | `2.3.1` | `2.3.2` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.145` | | [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.19.1` | `3.23.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.17` | | [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.44` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.17` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.22` | | [rstest](https://github.com/la10736/rstest) | `0.25.0` | `0.26.1` | | [adler2](https://github.com/oyvindln/adler2) | `2.0.0` | `2.0.1` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.3` | `1.1.4` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.10` | `1.0.13` | | [autocfg](https://github.com/cuviper/autocfg) | `1.4.0` | `1.5.0` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.6` | `1.15.2` | | [aws-smithy-observability](https://github.com/awslabs/smithy-rs) | `0.1.2` | `0.1.5` | | [aws-smithy-query](https://github.com/smithy-lang/smithy-rs) | `0.60.7` | `0.60.9` | | [aws-smithy-xml](https://github.com/smithy-lang/smithy-rs) | `0.60.9` | `0.60.13` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.6` | `1.3.11` | | [base64ct](https://github.com/RustCrypto/formats) | `1.7.3` | `1.8.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.10.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.4` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.4` | `0.7.6` | | [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.54` | `0.1.57` | | [crc](https://github.com/mrhooray/crc-rs) | `3.2.1` | `3.4.0` | | [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.2` | `1.5.0` | | [crc64fast-nvme](https://github.com/awesomized/crc64fast-nvme) | `1.2.0` | `1.2.1` | | [crypto-common](https://github.com/RustCrypto/traits) | `0.1.6` | `0.1.7` | | [csv-core](https://github.com/BurntSushi/rust-csv) | `0.1.12` | `0.1.13` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.10` | `0.3.14` | | [event-listener](https://github.com/smol-rs/event-listener) | `5.4.0` | `5.4.1` | | [form_urlencoded](https://github.com/servo/rust-url) | `1.2.1` | `1.2.2` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.15` | `0.2.16` | | [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` | | [h2](https://github.com/hyperium/h2) | `0.3.26` | `0.3.27` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.10` | `0.1.17` | | [idna](https://github.com/servo/rust-url) | `1.0.3` | `1.1.0` | | [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.12.1` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.16` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.6` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.5` | `0.8.9` | | [mio](https://github.com/tokio-rs/mio) | `1.0.3` | `1.1.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` | | [regex-lite](https://github.com/rust-lang/regex) | `0.1.6` | `0.1.8` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.8` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.13.2` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.20` | `1.0.22` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.20` | `1.0.21` | | [schannel](https://github.com/steffengy/schannel-rs) | `0.1.27` | `0.1.28` | | [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.14.0` | `2.15.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.2` | `1.4.7` | | [slab](https://github.com/tokio-rs/slab) | `0.4.9` | `0.4.11` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.14.0` | `1.15.1` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.9` | `0.5.10` | | [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | `1.2.0` | `1.2.1` | | [strum_macros](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.111` | | [synstructure](https://github.com/mystor/synstructure) | `0.13.1` | `0.13.2` | | [terminal_size](https://github.com/eminence/terminal-size) | `0.4.2` | `0.4.3` | | [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.8` | `1.1.9` | | [typenum](https://github.com/paholg/typenum) | `1.18.0` | `1.19.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.22` | | [url](https://github.com/servo/rust-url) | `2.5.4` | `2.5.7` | | [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.19.0` | | [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.11.0+wasi-snapshot-preview1` | `0.11.1+wasi-snapshot-preview1` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.1` | `1.8.2` | Updates `anyhow` from 1.0.97 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.100) Updates `async-channel` from 2.3.1 to 2.5.0 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v2.3.1...v2.5.0) Updates `aws-sdk-s3` from 1.81.0 to 1.82.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-smithy-async` from 1.2.5 to 1.2.7 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `clap` from 4.5.34 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.34...clap_complete-v4.5.53) Updates `csv` from 1.3.1 to 1.4.0 - [Commits](BurntSushi/rust-csv@1.3.1...1.4.0) Updates `flate2` from 1.1.0 to 1.1.5 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.5) Updates `fs-err` from 3.1.0 to 3.2.1 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/commits) Updates `lockable` from 0.1.1 to 0.2.0 - [Changelog](https://github.com/smessmer/lockable/blob/master/ChangeLog.txt) - [Commits](smessmer/lockable@0.1.1...0.2.0) Updates `percent-encoding` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) Updates `regex` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.12.2) Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `serde_json` from 1.0.140 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.145) Updates `strum` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.1...v0.27.2) Updates `tempfile` from 3.19.1 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.23.0) Updates `thiserror` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.17) Updates `time` from 0.3.41 to 0.3.44 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.44) Updates `tokio` from 1.44.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.48.0) Updates `tokio-util` from 0.7.14 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.14...tokio-util-0.7.17) Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) Updates `tracing-subscriber` from 0.3.19 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.22) Updates `rstest` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.25.0...v0.26.1) Updates `adler2` from 2.0.0 to 2.0.1 - [Changelog](https://github.com/oyvindln/adler2/blob/main/CHANGELOG.md) - [Commits](https://github.com/oyvindln/adler2/commits) Updates `aho-corasick` from 1.1.3 to 1.1.4 - [Commits](BurntSushi/aho-corasick@1.1.3...1.1.4) Updates `anstyle` from 1.0.10 to 1.0.13 - [Commits](rust-cli/anstyle@v1.0.10...v1.0.13) Updates `autocfg` from 1.4.0 to 1.5.0 - [Commits](cuviper/autocfg@1.4.0...1.5.0) Updates `aws-lc-rs` from 1.12.6 to 1.15.2 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.12.6...v1.15.2) Updates `aws-lc-sys` from 0.27.1 to 0.35.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.27.1...aws-lc-sys/v0.35.0) Updates `aws-smithy-observability` from 0.1.2 to 0.1.5 - [Release notes](https://github.com/awslabs/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-rs/commits) Updates `aws-smithy-query` from 0.60.7 to 0.60.9 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.3.0 to 1.3.5 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-xml` from 0.60.9 to 0.60.13 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-types` from 1.3.6 to 1.3.11 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `base64ct` from 1.7.3 to 1.8.1 - [Commits](https://github.com/RustCrypto/formats/commits/base64ct/v1.8.1) Updates `bitflags` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.0...2.10.0) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) Updates `cc` from 1.2.17 to 1.2.50 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.17...cc-v1.2.50) Updates `cfg-if` from 1.0.0 to 1.0.4 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.4) Updates `clap_builder` from 4.5.34 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.34...v4.5.53) Updates `clap_derive` from 4.5.32 to 4.5.49 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.32...v4.5.49) Updates `clap_lex` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_lex-v0.7.4...clap_lex-v0.7.6) Updates `cmake` from 0.1.54 to 0.1.57 - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cmake-rs@v0.1.54...v0.1.57) Updates `crc` from 3.2.1 to 3.4.0 - [Commits](mrhooray/crc-rs@3.2.1...3.4.0) Updates `crc32fast` from 1.4.2 to 1.5.0 - [Commits](srijs/rust-crc32fast@v1.4.2...v1.5.0) Updates `crc64fast-nvme` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/awesomized/crc64fast-nvme/releases) - [Changelog](https://github.com/awesomized/crc64fast-nvme/blob/main/CHANGELOG.md) - [Commits](awesomized/crc64fast-nvme@1.2.0...1.2.1) Updates `crypto-common` from 0.1.6 to 0.1.7 - [Commits](RustCrypto/traits@crypto-common-v0.1.6...crypto-common-v0.1.7) Updates `csv-core` from 0.1.12 to 0.1.13 - [Commits](BurntSushi/rust-csv@csv-core-0.1.12...csv-core-0.1.13) Updates `deranged` from 0.4.1 to 0.5.5 - [Commits](https://github.com/jhpratt/deranged/commits) Updates `derive_more` from 1.0.0 to 2.1.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v1.0.0...v2.1.0) Updates `derive_more-impl` from 1.0.0 to 2.1.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v1.0.0...v2.1.0) Updates `errno` from 0.3.10 to 0.3.14 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `event-listener` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/smol-rs/event-listener/releases) - [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md) - [Commits](smol-rs/event-listener@v5.4.0...v5.4.1) Updates `form_urlencoded` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v1.2.1...v1.2.2) Updates `getrandom` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.15...v0.2.16) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.2...v0.3.3) Updates `h2` from 0.3.26 to 0.3.27 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.26...v0.3.27) Updates `hashbrown` from 0.14.5 to 0.15.2 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) Updates `hyper-util` from 0.1.10 to 0.1.17 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.10...v0.1.17) Updates `idna` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) Updates `idna_adapter` from 1.2.0 to 1.2.1 - [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1) Updates `indexmap` from 2.8.0 to 2.12.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.12.1) Updates `itertools` from 0.12.1 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.14.0) Updates `itoa` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.15...1.0.16) Updates `libc` from 0.2.171 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.171...0.2.178) Updates `linux-raw-sys` from 0.4.15 to 0.9.3 - [Commits](sunfishcode/linux-raw-sys@v0.4.15...v0.9.3) Updates `litemap` from 0.7.5 to 0.8.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `log` from 0.4.27 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.29) Updates `memchr` from 2.7.4 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.4...2.7.6) Updates `miniz_oxide` from 0.8.5 to 0.8.9 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) Updates `mio` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.3...v1.1.1) Updates `nu-ansi-term` from 0.46.0 to 0.50.3 - [Release notes](https://github.com/nushell/nu-ansi-term/releases) - [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md) - [Commits](nushell/nu-ansi-term@v0.46.0...v0.50.3) Updates `proc-macro2` from 1.0.94 to 1.0.103 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.103) Updates `quote` from 1.0.40 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.42) Updates `regex-automata` from 0.4.9 to 0.4.13 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.9...regex-automata-0.4.13) Updates `regex-lite` from 0.1.6 to 0.1.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-lite-0.1.6...regex-lite-0.1.8) Updates `regex-syntax` from 0.8.5 to 0.8.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.5...regex-syntax-0.8.8) Updates `rstest_macros` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.25.0...v0.26.1) Updates `rustix` from 0.38.44 to 1.0.2 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.44...v1.0.2) Updates `rustls-pki-types` from 1.11.0 to 1.13.2 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.11.0...v/1.13.2) Updates `rustversion` from 1.0.20 to 1.0.22 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.20...1.0.22) Updates `ryu` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.20...1.0.21) Updates `schannel` from 0.1.27 to 0.1.28 - [Release notes](https://github.com/steffengy/schannel-rs/releases) - [Commits](steffengy/schannel-rs@v0.1.27...v0.1.28) Updates `security-framework-sys` from 2.14.0 to 2.15.0 - [Commits](https://github.com/kornelski/rust-security-framework/commits) Updates `semver` from 1.0.26 to 1.0.27 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.26...1.0.27) Updates `serde_derive` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `signal-hook-registry` from 1.4.2 to 1.4.7 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@registry-v1.4.2...registry-v1.4.7) Updates `slab` from 0.4.9 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.9...v0.4.11) Updates `smallvec` from 1.14.0 to 1.15.1 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.14.0...v1.15.1) Updates `socket2` from 0.5.9 to 0.5.10 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) Updates `stable_deref_trait` from 1.2.0 to 1.2.1 - [Commits](https://github.com/storyyeller/stable_deref_trait/commits) Updates `strum_macros` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.1...v0.27.2) Updates `syn` from 2.0.100 to 2.0.111 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.100...2.0.111) Updates `synstructure` from 0.13.1 to 0.13.2 - [Commits](https://github.com/mystor/synstructure/commits) Updates `terminal_size` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](eminence/terminal-size@v0.4.2...v0.4.3) Updates `thiserror-impl` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.17) Updates `thread_local` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md) - [Commits](Amanieu/thread_local-rs@1.1.8...v1.1.9) Updates `time-core` from 0.1.4 to 0.1.6 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `time-macros` from 0.2.22 to 0.2.24 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.2.22...v0.2.24) Updates `tinystr` from 0.7.6 to 0.8.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `tokio-macros` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-macros-2.5.0...tokio-macros-2.6.0) Updates `tracing-attributes` from 0.1.28 to 0.1.31 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-attributes-0.1.28...tracing-attributes-0.1.31) Updates `tracing-core` from 0.1.33 to 0.1.36 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.33...tracing-core-0.1.36) Updates `typenum` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.18.0...v1.19.0) Updates `unicode-ident` from 1.0.18 to 1.0.22 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.18...1.0.22) Updates `url` from 2.5.4 to 2.5.7 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.4...v2.5.7) Updates `uuid` from 1.16.0 to 1.19.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.19.0) Updates `wasi` from 0.11.0+wasi-snapshot-preview1 to 0.11.1+wasi-snapshot-preview1 - [Commits](bytecodealliance/wasi-rs@0.11.0...0.11.1) Updates `writeable` from 0.5.5 to 0.6.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/ixdtf@0.6.2) Updates `yoke` from 0.7.5 to 0.8.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `yoke-derive` from 0.7.5 to 0.8.1 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zeroize` from 1.8.1 to 1.8.2 - [Commits](RustCrypto/utils@zeroize-v1.8.1...zeroize-v1.8.2) Updates `zerovec` from 0.10.4 to 0.11.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerovec-derive` from 0.10.3 to 0.11.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-channel dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-sdk-s3 dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-smithy-async dependency-version: 1.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: csv dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: fs-err dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: lockable dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: percent-encoding dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: time dependency-version: 0.3.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: adler2 dependency-version: 2.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aho-corasick dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: anstyle dependency-version: 1.0.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: autocfg dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-lc-rs dependency-version: 1.15.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-lc-sys dependency-version: 0.35.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-smithy-observability dependency-version: 0.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aws-smithy-query dependency-version: 0.60.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aws-smithy-types dependency-version: 1.3.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aws-smithy-xml dependency-version: 0.60.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aws-types dependency-version: 1.3.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: base64ct dependency-version: 1.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: bytes dependency-version: 1.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: cc dependency-version: 1.2.50 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: cfg-if dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_builder dependency-version: 4.5.53 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_derive dependency-version: 4.5.49 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_lex dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: cmake dependency-version: 0.1.57 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: crc dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: crc32fast dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: crc64fast-nvme dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: crypto-common dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: csv-core dependency-version: 0.1.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: deranged dependency-version: 0.5.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: derive_more dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: deps - dependency-name: derive_more-impl dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: deps - dependency-name: errno dependency-version: 0.3.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: event-listener dependency-version: 5.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: form_urlencoded dependency-version: 1.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: getrandom dependency-version: 0.2.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: glob dependency-version: 0.3.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: h2 dependency-version: 0.3.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: hashbrown dependency-version: 0.15.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: hyper-util dependency-version: 0.1.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: idna dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: idna_adapter dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: itertools dependency-version: 0.14.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: itoa dependency-version: 1.0.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: libc dependency-version: 0.2.178 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: linux-raw-sys dependency-version: 0.9.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: litemap dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: log dependency-version: 0.4.29 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: memchr dependency-version: 2.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: miniz_oxide dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: mio dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: nu-ansi-term dependency-version: 0.50.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: quote dependency-version: 1.0.42 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-automata dependency-version: 0.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-lite dependency-version: 0.1.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-syntax dependency-version: 0.8.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: rstest_macros dependency-version: 0.26.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: rustix dependency-version: 1.0.2 dependency-type: indirect update-type: version-update:semver-major dependency-group: deps - dependency-name: rustls-pki-types dependency-version: 1.13.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: rustversion dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: ryu dependency-version: 1.0.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: schannel dependency-version: 0.1.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: security-framework-sys dependency-version: 2.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: semver dependency-version: 1.0.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_derive dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: signal-hook-registry dependency-version: 1.4.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: smallvec dependency-version: 1.15.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: socket2 dependency-version: 0.5.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: stable_deref_trait dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: strum_macros dependency-version: 0.27.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-version: 2.0.111 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: synstructure dependency-version: 0.13.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: terminal_size dependency-version: 0.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror-impl dependency-version: 2.0.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: thread_local dependency-version: 1.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: time-core dependency-version: 0.1.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: time-macros dependency-version: 0.2.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: tinystr dependency-version: 0.8.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: tokio-macros dependency-version: 2.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: tracing-attributes dependency-version: 0.1.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: typenum dependency-version: 1.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: unicode-ident dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: url dependency-version: 2.5.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: uuid dependency-version: 1.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: wasi dependency-version: 0.11.1+wasi-snapshot-preview1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: writeable dependency-version: 0.6.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: yoke dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: yoke-derive dependency-version: 0.8.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: zeroize dependency-version: 1.8.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: zerovec dependency-version: 0.11.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: zerovec-derive dependency-version: 0.11.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies

1 participant