Skip to content

Bump the cargo group across 1 directory with 9 updates#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-17d0d92321
Open

Bump the cargo group across 1 directory with 9 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-17d0d92321

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the cargo group with 9 updates in the / directory:

Package From To
tokio 1.24.2 1.26.0
actix-files 0.6.2 0.6.10
lexical-core 0.8.5 1.0.0
bytes 1.2.1 1.11.1
h2 0.3.17 0.3.27
mio 0.8.4 0.8.11
rustix 0.37.3 0.37.7
tar 0.4.38 0.4.40
time 0.3.14 0.3.26

Updates tokio from 1.24.2 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 actix-files from 0.6.2 to 0.6.10

Release notes

Sourced from actix-files's releases.

actix-files: v0.6.10

0.6.10

Security Notice

We addressed 2 vulnerabilities in this release:

We encourage updating your actix-files version as soon as possible.

Other changes

  • Minimum supported Rust version (MSRV) is now 1.88.
  • PathBufWrap & UriSegmentError made public. #3694

#3694: actix/actix-web#3694

actix-files: v0.6.9

  • Correct derive_more dependency feature requirements.

actix-files: v0.6.8

  • Add Files::with_permanent_redirect() method.
  • Change default redirect status code to 307 Temporary Redirect.

actix-files: v0.6.7

  • Add {Files, NamedFile}::read_mode_threshold() methods to allow faster synchronous reads of small files.
  • Minimum supported Rust version (MSRV) is now 1.75.

actix-files: v0.6.6

  • Update tokio-uring dependency to 0.4.
  • Minimum supported Rust version (MSRV) is now 1.72.

actix-files: v0.6.5

  • Fix handling of special characters in filenames.

actix-files: v0.6.4

  • Fix handling of newlines in filenames.
  • Minimum supported Rust version (MSRV) is now 1.68 due to transitive time dependency.

actix-files: v0.6.3

... (truncated)

Changelog

Sourced from actix-files's changelog.

[0.6.10] - 2018-05-24

Added

  • Allow to use path without traling slashes for scope registration #241

  • Allow to set encoding for exact NamedFile #239

Fixed

  • TestServer::post() actually sends GET request #240

0.6.9 (2018-05-22)

  • Drop connection if request's payload is not fully consumed #236

  • Fix streaming response with body compression

0.6.8 (2018-05-20)

  • Fix scope resource path extractor #234

  • Re-use tcp listener on pause/resume

0.6.7 (2018-05-17)

  • Fix compilation with --no-default-features

0.6.6 (2018-05-17)

  • Panic during middleware execution #226

  • Add support for listen_tls/listen_ssl #224

  • Implement extractor for Session

  • Ranges header support for NamedFile #60

0.6.5 (2018-05-15)

  • Fix error handling during request decoding #222

0.6.4 (2018-05-11)

... (truncated)

Commits

Updates lexical-core from 0.8.5 to 1.0.0

Release notes

Sourced from lexical-core's releases.

v1.0.0 Release

The full changelog is as follows:

Added

  • Added fuzzing and miri code safety analysis to our CI pipelines.
  • Removed requirement of alloc in no_std ennvironments without the write feature.
  • Make multi-digit optimizations in integer parsing optional.
  • Much higher miri coverage including for proptests and our corner cases from the golang test suite.

Changed

  • Updated the MSRV to 1.63.0 (1.65.0 for development).
  • Improved performance due to compiler regressions in rustc 1.81.0 and above.

Fixed

  • Removed use of undefined behavior in MaybeUninit.
  • Provide better safety documentation.
  • Parsing of Ruby float literals.
  • Performance regressions in Rust 1.81.0+.
  • Removed incorrect bounds checking in reading from iterators.
  • Overflow checking with integer parsing.
  • Writing -0.0 with a leading -.
  • Reduced binary siezes when the compact feature was enabled.
  • Improved performance of integer and float parsing, particularly with small integers.
  • Removed almost all unsafety in lexical-util and clearly documented the preconditions to use safely.
  • Removed almost all unsafety in lexical-write-integer and clearly documented the preconditions to use safely.
  • Writing special numbers even with invalid float formats is now always memory safe.

Removed

  • Support for mips (MIPS), mipsel (MIPS LE), mips64 (MIPS64 BE), and mips64el (MIPS64 LE) on Linux.
  • All _unchecked API methods, since the performance benefits are dubious and it makes safety invariant checking much harder.
  • The safe and nightly features, since ASM is now supported by the MSRV on stable and opt-in for memory-safe indexing is no longer relevant.

Lexical-Core Version 0.8.6 Release

Changed

  • Fixed partial integer parser to correct return negative values.
Changelog

Sourced from lexical-core's changelog.

[1.0.0] 2024-09-14

Added

  • Added fuzzing and miri code safety analysis to our CI pipelines.
  • Removed requirement of alloc in no_std ennvironments without the write feature.
  • Make multi-digit optimizations in integer parsing optional.
  • Much higher miri coverage including for proptests and our corner cases from the golang test suite.

Changed

  • Updated the MSRV to 1.63.0 (1.65.0 for development).
  • Improved performance due to compiler regressions in rustc 1.81.0 and above.

Fixed

  • Removed use of undefined behavior in MaybeUninit.
  • Provide better safety documentation.
  • Parsing of Ruby float literals.
  • Performance regressions in Rust 1.81.0+.
  • Removed incorrect bounds checking in reading from iterators.
  • Overflow checking with integer parsing.
  • Writing -0.0 with a leading -.
  • Reduced binary siezes when the compact feature was enabled.
  • Improved performance of integer and float parsing, particularly with small integers.
  • Removed almost all unsafety in lexical-util and clearly documented the preconditions to use safely.
  • Removed almost all unsafety in lexical-write-integer and clearly documented the preconditions to use safely.
  • Writing special numbers even with invalid float formats is now always memory safe.

Removed

  • Support for mips (MIPS), mipsel (MIPS LE), mips64 (MIPS64 BE), and mips64el (MIPS64 LE) on Linux.
  • All _unchecked API methods, since the performance benefits are dubious and it makes safety invariant checking much harder.
  • The safe and nightly features, since ASM is now supported by the MSRV on stable and opt-in for memory-safe indexing is no longer relevant.
Commits
  • 7c0100d Merge pull request #135 from Alexhuszagh/writesafe
  • 7df1e74 Make clippy happy (they deserve it).
  • 0970a59 Merge pull request #134 from Alexhuszagh/security
  • f99c862 Create SECURITY.md
  • 70cc557 Do more housekeeping for documentation.
  • c6f69e3 Remove modules with unused features.
  • a2667d5 Complete our safety mitigations in the float writers.
  • a7d9583 Remove all unsafety in our float writers.
  • a2434f0 Minor refactoring that mostly improves performance.
  • b2da5f5 Remove further unsafety from the overall API.
  • Additional commits viewable in compare view

Updates bytes from 1.2.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

Bytes v1.10.1

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

#773: tokio-rs/bytes#773

Bytes v1.10.0

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

... (truncated)

Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

... (truncated)

Commits

Updates h2 from 0.3.17 to 0.3.27

Release notes

Sourced from h2's releases.

v0.3.26

What's Changed

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.3.25

What's Changed

Full Changelog: hyperium/h2@v0.3.24...v0.3.25

v0.3.24

Fixed

  • Limit error resets for misbehaving connections.

v0.3.23

What's Changed

v0.3.22

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors

v0.3.21

What's Changed

  • Fix opening of new streams over peer's max concurrent limit.
  • Fix RecvStream to return data even if it has received a CANCEL stream error.
  • Update MSRV to 1.63.

New Contributors

v0.3.20

Bug Fixes

... (truncated)

Changelog

Sourced from h2's changelog.

0.3.27 (July 11, 2025)

  • Fix notifying wakers when detecting local stream errors.

0.3.26 (April 3, 2024)

  • Limit number of CONTINUATION frames for misbehaving connections.

0.3.25 (March 15, 2024)

  • Improve performance decoding many headers.

0.3.24 (January 17, 2024)

  • Limit error resets for misbehaving connections.

0.3.23 (January 10, 2024)

  • Backport fix from 0.4.1 for stream capacity assignment.

0.3.22 (November 15, 2023)

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

0.3.21 (August 21, 2023)

  • Fix opening of new streams over peer's max concurrent limit.
  • Fix RecvStream to return data even if it has received a CANCEL stream error.
  • Update MSRV to 1.63.

0.3.20 (June 26, 2023)

  • Fix panic if a server received a request with a :status pseudo header in the 1xx range.
  • Fix panic if a reset stream had pending push promises that were more than allowed.
  • Fix potential flow control overflow by subtraction, instead returning a connection error.

0.3.19 (May 12, 2023)

  • Fix counting reset streams when triggered by a GOAWAY.
  • Send too_many_resets in opaque debug data of GOAWAY when too many resets received.

0.3.18 (April 17, 2023)

  • Fix panic because of opposite check in is_remote_local().
Commits
  • f6237ac v0.3.27
  • f61332e refactor: change local reset counter to use type system more
  • 3f1a8e3 style: fix anonymous lifetime syntax
  • 778aa7e fix: notify_recv after send_reset() in reset_on_recv_stream_err() to ensure l...
  • be10b77 ci: pin more deps for MSRV job (#817)
  • c0d9feb ci: pin deps for MSRV
  • 5ccd9cf lints: fix unexpected cfgs warnings
  • e6e3e9c fix: return a WriteZero error if frames cannot be written (#783)
  • 357127e v0.3.26
  • 1a357aa fix: limit number of CONTINUATION frames allowed
  • Additional commits viewable in compare view

Updates mio from 0.8.4 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 rustix from 0.37.3 to 0.37.7

Commits

Updates tar from 0.4.38 to 0.4.40

Commits

Updates time from 0.3.14 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.

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.24.2` | `1.26.0` |
| [actix-files](https://github.com/actix/actix-web) | `0.6.2` | `0.6.10` |
| [lexical-core](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.2.1` | `1.11.1` |
| [h2](https://github.com/hyperium/h2) | `0.3.17` | `0.3.27` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.4` | `0.8.11` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.37.3` | `0.37.7` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.38` | `0.4.40` |
| [time](https://github.com/time-rs/time) | `0.3.14` | `0.3.26` |



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

Updates `actix-files` from 0.6.2 to 0.6.10
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.10/CHANGES.md)
- [Commits](actix/actix-web@v0.6.2...v0.6.10)

Updates `lexical-core` from 0.8.5 to 1.0.0
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...v1.0.0)

Updates `bytes` from 1.2.1 to 1.11.1
- [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.2.1...v1.11.1)

Updates `h2` from 0.3.17 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.17...v0.3.27)

Updates `mio` from 0.8.4 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.4...v0.8.11)

Updates `rustix` from 0.37.3 to 0.37.7
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v0.37.3...v0.37.7)

Updates `tar` from 0.4.38 to 0.4.40
- [Commits](alexcrichton/tar-rs@0.4.38...0.4.40)

Updates `time` from 0.3.14 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.14...v0.3.26)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: actix-files
  dependency-version: 0.6.10
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: lexical-core
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.3.27
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-version: 0.8.11
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rustix
  dependency-version: 0.37.7
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: tar
  dependency-version: 0.4.40
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-version: 0.3.26
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 20, 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