Skip to content

all dependabot bumps#253

Open
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/cargo/bytes-1.11.1
Open

all dependabot bumps#253
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/cargo/bytes-1.11.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps bytes from 1.9.0 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)
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)
Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 3, 2026
dependabot bot added 3 commits February 28, 2026 05:36
Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/rust-ammonia/ammonia/releases)
- [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md)
- [Commits](rust-ammonia/ammonia@v4.0.0...v4.1.2)

---
updated-dependencies:
- dependency-name: ammonia
  dependency-version: 4.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.0 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.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 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.9.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@gpwclark gpwclark force-pushed the dependabot/cargo/bytes-1.11.1 branch from 1a4dc04 to 1d0c4cf Compare February 28, 2026 05:53
@gpwclark gpwclark self-assigned this Feb 28, 2026
@github-actions
Copy link

github-actions bot commented Feb 28, 2026

🐰 Bencher Report

Branchdependabot/cargo/bytes-1.11.1
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Lower Boundary
microseconds (µs)
(Limit %)
Upper Boundary
microseconds (µs)
(Limit %)
continuation_vec_search_one_hundred📈 view plot
🚷 view threshold
7,833.00 µs
(+6.22%)Baseline: 7,374.22 µs
5,961.39 µs
(76.11%)
8,787.05 µs
(89.14%)
continuation_vec_search_one_thousand📈 view plot
🚷 view threshold
8,190.10 µs
(+5.89%)Baseline: 7,734.45 µs
6,370.14 µs
(77.78%)
9,098.76 µs
(90.01%)
continuation_vec_search_ten_thousand📈 view plot
🚷 view threshold
11,558.00 µs
(+4.61%)Baseline: 11,048.55 µs
9,793.35 µs
(84.73%)
12,303.74 µs
(93.94%)
float_one_hundred📈 view plot
🚷 view threshold
8,688.60 µs
(-2.17%)Baseline: 8,881.28 µs
7,647.60 µs
(88.02%)
10,114.95 µs
(85.90%)
float_one_thousand📈 view plot
🚷 view threshold
29,140.00 µs
(+1.47%)Baseline: 28,718.64 µs
24,932.83 µs
(85.56%)
32,504.44 µs
(89.65%)
float_ten_thousand📈 view plot
🚷 view threshold
234,710.00 µs
(+3.63%)Baseline: 226,492.27 µs
195,352.21 µs
(83.23%)
257,632.33 µs
(91.10%)
optimized_float_fifty_thousand📈 view plot
🚷 view threshold
506,500.00 µs
(-0.43%)Baseline: 508,695.00 µs
468,746.65 µs
(92.55%)
548,643.35 µs
(92.32%)
optimized_float_one_hundred📈 view plot
🚷 view threshold
1,046.50 µs
(+2.64%)Baseline: 1,019.61 µs
953.61 µs
(91.12%)
1,085.61 µs
(96.40%)
optimized_float_one_thousand📈 view plot
🚷 view threshold
10,167.00 µs
(+0.76%)Baseline: 10,090.65 µs
9,462.00 µs
(93.07%)
10,719.29 µs
(94.85%)
optimized_float_ten_thousand📈 view plot
🚷 view threshold
102,160.00 µs
(+0.96%)Baseline: 101,187.36 µs
94,478.48 µs
(92.48%)
107,896.24 µs
(94.68%)
recursive_vec_search_one_hundred📈 view plot
🚷 view threshold
7,874.90 µs
(+6.75%)Baseline: 7,376.88 µs
5,990.26 µs
(76.07%)
8,763.50 µs
(89.86%)
recursive_vec_search_one_thousand📈 view plot
🚷 view threshold
8,182.20 µs
(+6.63%)Baseline: 7,673.70 µs
6,316.62 µs
(77.20%)
9,030.79 µs
(90.60%)
recursive_vec_search_ten_thousand📈 view plot
🚷 view threshold
11,049.00 µs
(+4.88%)Baseline: 10,534.85 µs
9,310.40 µs
(84.26%)
11,759.30 µs
(93.96%)
🐰 View full continuous benchmarking report in Bencher

@github-actions
Copy link

github-actions bot commented Feb 28, 2026

🐰 Bencher Report

Branchdependabot/cargo/bytes-1.11.1
Testbedubuntu-latest

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkEstimated Cyclesestimated cycles x 1e6Instructionsinstructions x 1e6L1 Hitshits x 1e6L2 HitshitsRAM HitshitsTotal read+writereads/writes x 1e6
iai::float::float_one_hundred📈 view plot
⚠️ NO THRESHOLD
128.44 x 1e6📈 view plot
⚠️ NO THRESHOLD
92.68 x 1e6📈 view plot
⚠️ NO THRESHOLD
127.24 x 1e6📈 view plot
⚠️ NO THRESHOLD
136,073.00📈 view plot
⚠️ NO THRESHOLD
14,896.00📈 view plot
⚠️ NO THRESHOLD
127.39 x 1e6
iai::float::float_one_thousand📈 view plot
⚠️ NO THRESHOLD
421.44 x 1e6📈 view plot
⚠️ NO THRESHOLD
309.66 x 1e6📈 view plot
⚠️ NO THRESHOLD
420.24 x 1e6📈 view plot
⚠️ NO THRESHOLD
135,823.00📈 view plot
⚠️ NO THRESHOLD
14,888.00📈 view plot
⚠️ NO THRESHOLD
420.39 x 1e6
iai::float::float_ten_thousand📈 view plot
⚠️ NO THRESHOLD
3,351.39 x 1e6📈 view plot
⚠️ NO THRESHOLD
2,479.39 x 1e6📈 view plot
⚠️ NO THRESHOLD
3,350.19 x 1e6📈 view plot
⚠️ NO THRESHOLD
135,715.00📈 view plot
⚠️ NO THRESHOLD
14,909.00📈 view plot
⚠️ NO THRESHOLD
3,350.34 x 1e6
iai::float::optimized_float_fifty_thousand📈 view plot
⚠️ NO THRESHOLD
8,768.64 x 1e6📈 view plot
⚠️ NO THRESHOLD
6,834.42 x 1e6📈 view plot
⚠️ NO THRESHOLD
8,768.62 x 1e6📈 view plot
⚠️ NO THRESHOLD
66.00📈 view plot
⚠️ NO THRESHOLD
528.00📈 view plot
⚠️ NO THRESHOLD
8,768.62 x 1e6
iai::float::optimized_float_one_hundred📈 view plot
⚠️ NO THRESHOLD
17.58 x 1e6📈 view plot
⚠️ NO THRESHOLD
13.69 x 1e6📈 view plot
⚠️ NO THRESHOLD
17.56 x 1e6📈 view plot
⚠️ NO THRESHOLD
65.00📈 view plot
⚠️ NO THRESHOLD
527.00📈 view plot
⚠️ NO THRESHOLD
17.56 x 1e6
iai::float::optimized_float_one_thousand📈 view plot
⚠️ NO THRESHOLD
175.41 x 1e6📈 view plot
⚠️ NO THRESHOLD
136.70 x 1e6📈 view plot
⚠️ NO THRESHOLD
175.40 x 1e6📈 view plot
⚠️ NO THRESHOLD
64.00📈 view plot
⚠️ NO THRESHOLD
528.00📈 view plot
⚠️ NO THRESHOLD
175.40 x 1e6
iai::float::optimized_float_ten_thousand📈 view plot
⚠️ NO THRESHOLD
1,753.76 x 1e6📈 view plot
⚠️ NO THRESHOLD
1,366.90 x 1e6📈 view plot
⚠️ NO THRESHOLD
1,753.74 x 1e6📈 view plot
⚠️ NO THRESHOLD
64.00📈 view plot
⚠️ NO THRESHOLD
528.00📈 view plot
⚠️ NO THRESHOLD
1,753.74 x 1e6
iai::recursion_and_continuations::continuation_vec_search_one_hundred📈 view plot
⚠️ NO THRESHOLD
116.75 x 1e6📈 view plot
⚠️ NO THRESHOLD
83.45 x 1e6📈 view plot
⚠️ NO THRESHOLD
115.32 x 1e6📈 view plot
⚠️ NO THRESHOLD
161,565.00📈 view plot
⚠️ NO THRESHOLD
17,689.00📈 view plot
⚠️ NO THRESHOLD
115.50 x 1e6
iai::recursion_and_continuations::continuation_vec_search_one_thousand📈 view plot
⚠️ NO THRESHOLD
122.21 x 1e6📈 view plot
⚠️ NO THRESHOLD
86.91 x 1e6📈 view plot
⚠️ NO THRESHOLD
120.60 x 1e6📈 view plot
⚠️ NO THRESHOLD
166,582.00📈 view plot
⚠️ NO THRESHOLD
22,297.00📈 view plot
⚠️ NO THRESHOLD
120.79 x 1e6
iai::recursion_and_continuations::continuation_vec_search_ten_thousand📈 view plot
⚠️ NO THRESHOLD
172.13 x 1e6📈 view plot
⚠️ NO THRESHOLD
120.12 x 1e6📈 view plot
⚠️ NO THRESHOLD
169.42 x 1e6📈 view plot
⚠️ NO THRESHOLD
193,863.00📈 view plot
⚠️ NO THRESHOLD
49,690.00📈 view plot
⚠️ NO THRESHOLD
169.66 x 1e6
iai::recursion_and_continuations::recursive_vec_search_one_hundred📈 view plot
⚠️ NO THRESHOLD
116.65 x 1e6📈 view plot
⚠️ NO THRESHOLD
83.38 x 1e6📈 view plot
⚠️ NO THRESHOLD
115.22 x 1e6📈 view plot
⚠️ NO THRESHOLD
161,337.00📈 view plot
⚠️ NO THRESHOLD
17,635.00📈 view plot
⚠️ NO THRESHOLD
115.40 x 1e6
iai::recursion_and_continuations::recursive_vec_search_one_thousand📈 view plot
⚠️ NO THRESHOLD
116.65 x 1e6📈 view plot
⚠️ NO THRESHOLD
83.38 x 1e6📈 view plot
⚠️ NO THRESHOLD
115.23 x 1e6📈 view plot
⚠️ NO THRESHOLD
160,684.00📈 view plot
⚠️ NO THRESHOLD
17,630.00📈 view plot
⚠️ NO THRESHOLD
115.41 x 1e6
iai::recursion_and_continuations::recursive_vec_search_ten_thousand📈 view plot
⚠️ NO THRESHOLD
163.99 x 1e6📈 view plot
⚠️ NO THRESHOLD
114.33 x 1e6📈 view plot
⚠️ NO THRESHOLD
161.29 x 1e6📈 view plot
⚠️ NO THRESHOLD
193,975.00📈 view plot
⚠️ NO THRESHOLD
49,661.00📈 view plot
⚠️ NO THRESHOLD
161.53 x 1e6
🐰 View full continuous benchmarking report in Bencher

dependabot bot and others added 4 commits February 28, 2026 01:09
Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/rust-ammonia/ammonia/releases)
- [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md)
- [Commits](rust-ammonia/ammonia@v4.0.0...v4.1.2)

---
updated-dependencies:
- dependency-name: ammonia
  dependency-version: 4.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…osh-eval/ammonia-4.1.2

Bump ammonia from 4.0.0 to 4.1.2 in /doc/mdbook-slosh-eval
…osh-eval/bytes-1.11.1

Bump bytes from 1.10.0 to 1.11.1 in /doc/mdbook-slosh-eval
@gpwclark gpwclark changed the title Bump bytes from 1.9.0 to 1.11.1 all dependabot bumps Feb 28, 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.

1 participant