Skip to content

Bump the cargo group across 2 directories with 5 updates#2

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-7d982280a4
Open

Bump the cargo group across 2 directories with 5 updates#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-7d982280a4

Conversation

@dependabot
Copy link

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

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

Package From To
idna 0.2.3 0.3.0
rmp-serde 0.15.5 1.1.1
tokio 1.24.2 1.26.0
bytes 1.2.1 1.11.1
rustls 0.21.9 0.21.12

Bumps the cargo group with 1 update in the /js directory: idna.

Updates idna from 0.2.3 to 0.3.0

Commits
  • 7161ea8 Use semver-compatible version requirement for serde.
  • f71d0f4 Auto merge of #135 - pyfisch:ipv4addr, r=Ms2ger
  • ecc7bb7 Add IPv4 variant to Host and remove custom Ipv6 address type
  • 845e14b Auto merge of #134 - mikedilger:value_chars, r=SimonSapin
  • 00fd5e3 rename VALUE_CHARS to HTTP_VALUE; flesh out code
  • cfb30ee Added VALUE_CHARS EncodeSet
  • fedf144 Auto merge of #133 - untitaker:issue-132-port-eq, r=SimonSapin
  • ab7f6fc Add tests
  • 3e72c19 Manually impl Ord, PartialOrd
  • b999b7d Make port: None equal to port: default_port
  • Additional commits viewable in compare view

Updates rmp-serde from 0.15.5 to 1.1.1

Commits

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 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 rustls from 0.21.9 to 0.21.12

Commits
  • 3633152 Cargo: v0.21.11 -> v0.21.12
  • 0baaeba proj: MSRV 1.61 -> 1.63
  • 6fd691a tls13: fix clippy::unnecessary_lazy_evaluations finding
  • 6da5337 Test for illegal IP address in server name extension
  • 75f8857 Ignore server_name extension containing IP address
  • 7b8d1db Prepare 0.21.11
  • ebcb478 complete_io: bail out if progress is impossible
  • 20f35df Regression test for complete_io infinite loop bug
  • 2f2aae1 Don't specially handle unauthenticated close_notify alerts
  • e163587 Don't deny warnings from nightly clippy
  • Additional commits viewable in compare view

Updates idna from 0.2.0 to 0.2.3

Commits
  • 7161ea8 Use semver-compatible version requirement for serde.
  • f71d0f4 Auto merge of #135 - pyfisch:ipv4addr, r=Ms2ger
  • ecc7bb7 Add IPv4 variant to Host and remove custom Ipv6 address type
  • 845e14b Auto merge of #134 - mikedilger:value_chars, r=SimonSapin
  • 00fd5e3 rename VALUE_CHARS to HTTP_VALUE; flesh out code
  • cfb30ee Added VALUE_CHARS EncodeSet
  • fedf144 Auto merge of #133 - untitaker:issue-132-port-eq, r=SimonSapin
  • ab7f6fc Add tests
  • 3e72c19 Manually impl Ord, PartialOrd
  • b999b7d Make port: None equal to port: default_port
  • 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [idna](https://github.com/servo/rust-url) | `0.2.3` | `0.3.0` |
| [rmp-serde](https://github.com/3Hren/msgpack-rust) | `0.15.5` | `1.1.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.24.2` | `1.26.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.2.1` | `1.11.1` |
| [rustls](https://github.com/rustls/rustls) | `0.21.9` | `0.21.12` |

Bumps the cargo group with 1 update in the /js directory: [idna](https://github.com/servo/rust-url).


Updates `idna` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.3...v0.3.0)

Updates `rmp-serde` from 0.15.5 to 1.1.1
- [Release notes](https://github.com/3Hren/msgpack-rust/releases)
- [Commits](https://github.com/3Hren/msgpack-rust/commits/rmp-serde/v1.1.1)

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 `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 `rustls` from 0.21.9 to 0.21.12
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.9...v/0.21.12)

Updates `idna` from 0.2.0 to 0.2.3
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: 0.3.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: rmp-serde
  dependency-version: 1.1.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rustls
  dependency-version: 0.21.12
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: idna
  dependency-version: 0.2.3
  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 21, 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