Skip to content

Bump the cargo group across 4 directories with 10 updates#7

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ActixWebTaskService/cargo-51fbd4faf5
Open

Bump the cargo group across 4 directories with 10 updates#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ActixWebTaskService/cargo-51fbd4faf5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the cargo group with 7 updates in the /ActixWebTaskService directory:

Package From To
aws-sigv4 0.8.0 0.8.1
bumpalo 3.9.1 3.20.2
h2 0.3.11 0.3.12
mio 0.8.0 0.8.11
regex 1.5.4 1.7.3
time 0.3.7 0.3.26
tokio 1.17.0 1.26.0

Bumps the cargo group with 1 update in the /RustFrontEnd directory: bumpalo.
Bumps the cargo group with 7 updates in the /RustOnAWS directory:

Package From To
aws-sdk-dynamodb 0.3.0 0.8.0
aws-sigv4 0.3.0 0.3.1
bumpalo 3.9.0 3.20.2
h2 0.3.9 0.3.21
regex 1.5.4 1.7.3
tokio 1.15.0 1.16.1
thread_local 1.1.3 1.1.9

Bumps the cargo group with 3 updates in the /RustOpenAI directory: h2, tokio and openssl.

Updates aws-sigv4 from 0.8.0 to 0.8.1

Commits

Updates bumpalo from 3.9.1 to 3.20.2

Changelog

Sourced from bumpalo's changelog.

3.20.2

Released 2026-02-19.

Fixed

  • Restored Send and Sync implementations for Box<T> for T: ?Sized types as well.

3.20.1

Released 2026-02-18.

Fixed

  • Restored Send and Sync implementations for Box<T> when T: Send and T: Sync respectively.

3.20.0

Released 2026-02-18.

Added

  • Added the bumpalo::collections::Vec::pop_if method.

Fixed

  • Fixed a bug in the bumpalo::collections::String::retain method in the face of panics.
  • Made bumpalo::collections::Box<T> covariant with T (just like std::boxed::Box<T>).

3.19.1

Released 2025-12-16.

Changed

  • Annotated bumpalo::collections::String::from_str_in as #[inline].

Fixed

  • Fixed compilation failures with the latest nightly Rust when enabling the

... (truncated)

Commits

Updates h2 from 0.3.11 to 0.3.12

Release notes

Sourced from h2's releases.

v0.3.12

  • Avoid time operations that can panic (#599)
  • Bump MSRV to Rust 1.49 (#606)
  • Fix header decoding error when a header name is contained at a continuation header boundary (#589)
  • Remove I/O type names from handshake tracing spans (#608)

New Contributors

Changelog

Sourced from h2's changelog.

0.3.12 (March 9, 2022)

  • Avoid time operations that can panic (#599)
  • Bump MSRV to Rust 1.49 (#606)
  • Fix header decoding error when a header name is contained at a continuation header boundary (#589)
  • Remove I/O type names from handshake tracing spans (#608)
Commits
  • 3383ef7 v0.3.12
  • b8eab38 tracing: remove I/O type names from handshake spans (#608)
  • 85549fc fix header parsing: consume buf only if header name and value are both decoded
  • 7bb1462 Bump MSRV to 1.49, since Tokio uses it
  • 4c31a32 Upgrade dev-dependencies
  • 47e9f62 There's no such thing as HTTP/2.0
  • 4dc2b4a Avoid time operations that can panic
  • See full diff in compare view

Updates mio from 0.8.0 to 0.8.11

Changelog

Sourced from mio's changelog.

0.8.11

0.8.10

Added

0.8.9

Added

Fixed

0.8.8

Fixed

0.8.7

Added

  • Add/fix support for tvOS and watchOS, Mio should now build for tvOS and

... (truncated)

Commits

Updates regex from 1.5.4 to 1.7.3

Changelog

Sourced from regex's changelog.

1.7.3 (2023-03-24)

This is a small release that fixes a bug in Regex::shortest_match_at that could cause it to panic, even when the offset given is valid.

Bug fixes:

1.7.2 (2023-03-21)

This is a small release that fixes a failing test on FreeBSD.

Bug fixes:

1.7.1 (2023-01-09)

This release was done principally to try and fix the doc.rs rendering for the regex crate.

Performance improvements:

Bug fixes:

1.7.0 (2022-11-05)

This release principally includes an upgrade to Unicode 15.

New features:

1.6.0 (2022-07-05)

This release principally includes an upgrade to Unicode 14.

... (truncated)

Commits

Updates time from 0.3.7 to 0.3.26

Release notes

Sourced from time's releases.

v0.3.26

See the changelog for details.

v0.3.25

See the changelog for details.

v0.3.24

See the changelog for details.

v0.3.23

See the changelog for details.

v0.3.22

See the changelog for details.

v0.3.21

See the changelog for details.

v0.3.20

See the changelog for details.

v0.3.19

See the changelog for details.

v0.3.18

See the changelog for details.

v0.3.17

See the changelog for details.

v0.3.16

See the changelog for details.

v0.3.15

See the changelog for details.

v0.3.14

See the changelog for details.

v0.3.13

See the changelog for details.

v0.3.12

See the changelog for details.

v0.3.11

See the changelog for details.

v0.3.10

See the changelog for details.

... (truncated)

Changelog

Sourced from time's changelog.

0.3.26 [2023-08-18]

This release contains only a single change. serde is required to be a version prior to 1.0.171. This is due to the decision by the maintainer of serde to include pre-built binaries that are executed without the end user's knowledge. As of the time of publishing, the included binary has not even been reproduced. This is a security risk, and the time project strongly opposes this decision. While this may break some users' builds due to conflicting versions, it is a necessary step to ensure the security.

0.3.25 [2023-08-02]

Fixed

  • Methods such as Time::replace_milliseconds would panic on some out-of-range values. This has been fixed.

0.3.24 [2023-07-30]

Added

  • The subsecond component is taken into account when parsing the unix_timestamp component. If data is conflicting, the subsecond value takes precedence.
  • Parsing a Time with only the hour component is now supported. The minute and second, and subsecond components are assumed to be zero.

Changed

  • The minimum supported Rust version is now 1.67.0.
  • The debug output for Parsed has been improved.
  • When parsing, invalid values are now rejected sooner. Previously, the entire input would be parsed before being rejected in the final step. Now, invalid values are rejected as soon as they are encountered. This affects the error variant returned, which may cause minor breakage for any code (incorrectly) relying on the exact error variant.
  • When parsing a Time, an error is returned if components are present but not consecutive. For example, if hours and seconds are present, minutes will not be assumed to be zero.

Fixed

  • The implementation of Duration::checked_div could return a slightly incorrect result in some cases. This has been fixed.

0.3.23 [2023-07-08]

Added

  • Date::next_occurrence
  • Date::prev_occurrence
  • Date::nth_next_occurrence
  • Date::nth_prev_occurrence
  • Weekday::nth_prev

... (truncated)

Commits
  • 500f8e4 Remove support for serde with pre-built binaries
  • a98fe2d v0.3.25 release
  • b74ebe8 Use new feature of deranged
  • d671910 Avoid panicking on out-of-range value
  • cdc85da v0.3.24 release
  • 227b6f8 Gate methods as necessary
  • 8060100 Fix implementation of Duration::checked_div
  • a9fea9f Use ranged integers internally for Duration
  • 04936ee Use ensure_ranged! for UtcOffset
  • 7e95cb2 Use ranged integers internally for Time
  • Additional commits viewable in compare view

Updates tokio from 1.17.0 to 1.26.0

Release notes

Sourced from tokio's releases.

Tokio v1.26.0

Fixed

Added

Changed

Internal Changes

Unstable

Documented

... (truncated)

Commits

Updates bumpalo from 3.9.1 to 3.20.2

Changelog

Sourced from bumpalo's changelog.

3.20.2

Released 2026-02-19.

Fixed

  • Restored Send and Sync implementations for Box<T> for T: ?Sized types as well.

3.20.1

Released 2026-02-18.

Fixed

  • Restored Send and Sync implementations for Box<T> when T: Send and T: Sync respectively.

3.20.0

Released 2026-02-18.

Added

  • Added the bumpalo::collections::Vec::pop_if method.

Fixed

  • Fixed a bug in the bumpalo::collections::String::retain method in the face of panics.
  • Made bumpalo::collections::Box<T> covariant with T (just like std::boxed::Box<T>).

3.19.1

Released 2025-12-16.

Changed

  • Annotated bumpalo::collections::String::from_str_in as #[inline].

Fixed

  • Fixed compilation failures with the latest nightly Rust when enabling the

... (truncated)

Commits

Updates aws-sdk-dynamodb from 0.3.0 to 0.8.0

Changelog

Sourced from aws-sdk-dynamodb's changelog.

0.8.0 (Februrary 24, 2022)

Breaking Changes:

  • ⚠ (smithy-rs#1216) aws-sigv4 no longer skips the content-length and content-type headers when signing with SignatureLocation::QueryParams

New this release:

  • 🎉 (smithy-rs#1220, aws-sdk-rust#462) Made it possible to change settings, such as load timeout, on the credential cache used by the DefaultCredentialsChain.
  • 🐛 (smithy-rs#1197) Fixed a bug that caused clients to eventually stop retrying. The cross-request retry allowance wasn't being reimbursed upon receiving a successful response, so once this allowance reached zero, no further retries would ever be attempted.
  • 🐛 (smithy-rs#1217, aws-sdk-rust#467) ClientBuilder helpers rustls() and native_tls() now return DynConnector so that they once again work when constructing clients with custom middleware in the SDK.
  • 🐛 (smithy-rs#1216, aws-sdk-rust#466) Fixed a bug in S3 that prevented the content-length and content-type inputs from being included in a presigned request signature. With this fix, customers can generate presigned URLs that enforce content-length and content-type for requests to S3.

0.7.0 (February 18th, 2022)

Breaking Changes:

  • ⚠ (smithy-rs#1144) The aws_config::http_provider module has been renamed to aws_config::http_credential_provider to better reflect its purpose.

  • ⚠ (smithy-rs#1144) Some APIs required that timeout configuration be specified with an aws_smithy_client::timeout::Settings struct while others required an aws_smithy_types::timeout::TimeoutConfig struct. Both were equivalent. Now aws_smithy_types::timeout::TimeoutConfig is used everywhere and aws_smithy_client::timeout::Settings has been removed. Here's how to migrate code your code that depended on timeout::Settings:

    The old way:

    let timeout = timeout::Settings::new()
        .with_connect_timeout(Duration::from_secs(1))
        .with_read_timeout(Duration::from_secs(2));

    The new way:

    // This example is passing values, so they're wrapped in `Option::Some`. You can disable a timeout by passing `None`.
    let timeout = TimeoutConfig::new()
        .with_connect_timeout(Some(Duration::from_secs(1)))
        .with_read_timeout(Some(Duration::from_secs(2)));
  • ⚠ (smithy-rs#1144) MakeConnectorFn, HttpConnector, and HttpSettings have been moved from aws_config::provider_config to aws_smithy_client::http_connector. This is in preparation for a later update that will change how connectors are created and configured.

    If you were using these structs/enums, you can migrate your old code by importing them from their new location.

  • ⚠ (smithy-rs#1144) Along with moving HttpConnector to aws_smithy_client, the HttpConnector::make_connector method has been renamed to HttpConnector::connector.

    If you were using this method, you can migrate your old code by calling connector instead of make_connector.

  • ⚠ (smithy-rs#1085) Moved the following re-exports into a types module for all services:

    • aws_sdk_<service>::AggregatedBytes -> aws_sdk_<service>::types::AggregatedBytes
    • aws_sdk_<service>::Blob -> aws_sdk_<service>::types::Blob
    • aws_sdk_<service>::ByteStream -> aws_sdk_<service>::types::ByteStream
    • aws_sdk_<service>::DateTime -> aws_sdk_<service>::types::DateTime
    • aws_sdk_<service>::SdkError -> aws_sdk_<service>::types::SdkError

... (truncated)

Commits
  • 63fc7ab [autosync] Prepare for v0.38.0 release (#1223)
  • 0aad179 [autosync] Make it possible to configure the default credentials cache (#1220)
  • 869ca9e [autosync] Generate httpMalformedRequestTests (#1213)
  • de568f3 [autosync] Fix presigning bug with content-length and content-type in S3 ...
  • 8011e79 [autosync] Pin nightly to 2022-02-22 to fix CI (#1221)
  • f5660e6 [autosync] Make rustls and native_tls client builder helpers dyn (#1217)
  • bf3b806 [autosync] Consider NaN to be equal to itself in server protocol tests (#1177)
  • f886db6 [autosync] Replenish cross-request retry allowance on successful response (#1...
  • 36b2a66 [autosync] Hide external buffer types used by primitive::Encoder in aws-smi...
  • d6d1986 [autosync] Upgrade CDK infrastructure to CDK 2 (#1214)
  • Additional commits viewable in compare view

Updates aws-sigv4 from 0.3.0 to 0.3.1

Commits

Updates bumpalo from 3.9.0 to 3.20.2

Changelog

Sourced from bumpalo's changelog.

3.20.2

Released 2026-02-19.

Fixed

  • Restored Send and Sync implementations for Box<T> for T: ?Sized types as well.

3.20.1

Released 2026-02-18.

Fixed

  • Restored Send and Sync implementations for Box<T> when T: Send and T: Sync respectively.

3.20.0

Released 2026-02-18.

Added

  • Added the bumpalo::collections::Vec::pop_if method.

Fixed

  • Fixed a bug in the bumpalo::collections::String::retain method in the face of panics.
  • Made bumpalo::collections::Box<T> covariant with T (just like std::boxed::Box<T>).

3.19.1

Released 2025-12-16.

Changed

  • Annotated bumpalo::collections::String::from_str_in as #[inline].

Fixed

  • Fixed compilation failures with the latest nightly Rust when enabling the

... (truncated)

Commits

Updates h2 from 0.3.9 to 0.3.21

Release notes

Sourced from h2's releases.

v0.3.12

  • Avoid time operations that can panic (#599)
  • Bump MSRV to Rust 1.49 (#606)
  • Fix header decoding error when a header name is contained at a continuation header boundary (#589)
  • Remove I/O type names from handshake tracing spans (#608)

New Contributors

Changelog

Sourced from h2's changelog.

0.3.12 (March 9, 2022)

  • Avoid time operations that can panic (#599)
  • Bump MSRV to Rust 1.49 (#606)
  • Fix header decoding error when a header name is contained at a continuation header boundary (#589)
  • Remove I/O type names from handshake tracing spans (#608)
Commits
  • 3383ef7 v0.3.12
  • b8eab38 tracing: remove I/O type names from handshake spans (#608)
  • 85549fc fix header parsing: consume buf only if header name and value are both decoded
  • 7bb1462 Bump MSRV to 1.49, since Tokio uses it
  • 4c31a32 Upgrade dev-dependencies
  • 47e9f62 There's no such thing as HTTP/2.0
  • 4dc2b4a Avoid time operations that can panic
  • See full diff in compare view

Updates regex from 1.5.4 to 1.7.3

Changelog

Sourced from regex's changelog.

1.7.3 (2023-03-24)

This is a small release that fixes a bug in Regex::shortest_match_at that could cause it to panic, even when the offset given is valid.

Bug fixes:

1.7.2 (2023-03-21)

This is a small release that fixes a failing test on FreeBSD.

Bug fixes:

1.7.1 (2023-01-09)

This release was done principally to try and fix the doc.rs rendering for the regex crate.

Performance improvements:

Bug fixes:

1.7.0 (2022-11-05)

This release principally includes an upgrade to Unicode 15.

New features:

1.6.0 (2022-07-05)

This release principally includes an upgrade to Unicode 14.

... (truncated)

Commits

Updates tokio from 1.15.0 to 1.16.1

Release notes

Sourced from tokio's releases.

Tokio v1.26.0

Fixed

Added

Changed

Internal Changes

Unstable

Documented

... (truncated)

Commits

Updates thread_local from 1.1.3 to 1.1.9

Release notes

Sourced from thread_local's releases.

v1.1.9

Other

  • Add release-plz for automated releases
  • Remove once_cell dependency
  • Bump MSRV to 1.61
Changelog

Sourced from thread_local's changelog.

1.1.9 - 2025-06-12

Other

  • Add release-plz for automated releases
  • Remove once_cell dependency
  • Bump MSRV to 1.61
Commits
  • 4b7cc0f chore: release v1.1.9
  • 11f0bcc Add release-plz for automated releases
  • b5aa929 Merge pull request #76 from james7132/remove-once-cell-dependency
  • d7f100a Remove once_cell dependency
  • 6920311 Merge pull request #73 from Swatinem/msrv
  • e3d9a42 Bump MSRV to 1.61
  • 7ef8993 Bump version to 1.1.8
  • b541fc6 Merge pull request #67 from Swatinem/const-new
  • bd8410a Make new a const fn
  • 7db3f74 Merge pull request #72 from james7132/fix-iter-ub
  • Additional commits viewable in compare view

Updates h2 from 0.3.11 to 0.3.27

Release notes

Sourced from h2's releases.

v0.3.12

  • Avoid time operations that can panic (#599)
  • Bump MSRV to Rust 1.49 (#606)
  • Fix header decoding error when a header name is contained at a continuation header boundary (#589)
  • Remove I/O type names from handshake tracing spans (#608)

New Contributors

Bumps the cargo group with 7 updates in the /ActixWebTaskService directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `0.8.0` | `0.8.1` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.9.1` | `3.20.2` |
| [h2](https://github.com/hyperium/h2) | `0.3.11` | `0.3.12` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.0` | `0.8.11` |
| [regex](https://github.com/rust-lang/regex) | `1.5.4` | `1.7.3` |
| [time](https://github.com/time-rs/time) | `0.3.7` | `0.3.26` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.17.0` | `1.26.0` |

Bumps the cargo group with 1 update in the /RustFrontEnd directory: [bumpalo](https://github.com/fitzgen/bumpalo).
Bumps the cargo group with 7 updates in the /RustOnAWS directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) | `0.3.0` | `0.8.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `0.3.0` | `0.3.1` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.9.0` | `3.20.2` |
| [h2](https://github.com/hyperium/h2) | `0.3.9` | `0.3.21` |
| [regex](https://github.com/rust-lang/regex) | `1.5.4` | `1.7.3` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.15.0` | `1.16.1` |
| [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.3` | `1.1.9` |

Bumps the cargo group with 3 updates in the /RustOpenAI directory: [h2](https://github.com/hyperium/h2), [tokio](https://github.com/tokio-rs/tokio) and [openssl](https://github.com/rust-openssl/rust-openssl).


Updates `aws-sigv4` from 0.8.0 to 0.8.1
- [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 `bumpalo` from 3.9.1 to 3.20.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.9.1...v3.20.2)

Updates `h2` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.11...v0.3.12)

Updates `mio` from 0.8.0 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.0...v0.8.11)

Updates `regex` from 1.5.4 to 1.7.3
- [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.5.4...1.7.3)

Updates `time` from 0.3.7 to 0.3.26
- [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.7...v0.3.26)

Updates `tokio` from 1.17.0 to 1.26.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.17.0...tokio-1.26.0)

Updates `bumpalo` from 3.9.1 to 3.20.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.9.1...v3.20.2)

Updates `aws-sdk-dynamodb` from 0.3.0 to 0.8.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/v0.8.0/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-rust@v0.3.0...v0.8.0)

Updates `aws-sigv4` from 0.3.0 to 0.3.1
- [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 `bumpalo` from 3.9.0 to 3.20.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.9.1...v3.20.2)

Updates `h2` from 0.3.9 to 0.3.21
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.11...v0.3.12)

Updates `regex` from 1.5.4 to 1.7.3
- [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.5.4...1.7.3)

Updates `tokio` from 1.15.0 to 1.16.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.17.0...tokio-1.26.0)

Updates `thread_local` from 1.1.3 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@v1.1.3...v1.1.9)

Updates `h2` from 0.3.11 to 0.3.27
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.11...v0.3.12)

Updates `tokio` from 1.15.0 to 1.16.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.17.0...tokio-1.26.0)

Updates `openssl` from 0.10.38 to 0.10.75
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.38...openssl-v0.10.75)

---
updated-dependencies:
- dependency-name: aws-sigv4
  dependency-version: 0.8.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bumpalo
  dependency-version: 3.20.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.12
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-version: 0.8.11
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.7.3
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-version: 0.3.26
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.26.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bumpalo
  dependency-version: 3.20.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: aws-sdk-dynamodb
  dependency-version: 0.8.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: aws-sigv4
  dependency-version: 0.3.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bumpalo
  dependency-version: 3.20.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.21
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.7.3
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.16.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: thread_local
  dependency-version: 1.1.9
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.27
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.16.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: openssl
  dependency-version: 0.10.75
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 11, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants