Skip to content

chore(deps): bump the cargo-dependencies group with 2 updates#688

Merged
kaihowl merged 1 commit into
masterfrom
dependabot/cargo/cargo-dependencies-8158764572
May 24, 2026
Merged

chore(deps): bump the cargo-dependencies group with 2 updates#688
kaihowl merged 1 commit into
masterfrom
dependabot/cargo/cargo-dependencies-8158764572

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps the cargo-dependencies group with 2 updates: quick-xml and tokio.

Updates quick-xml from 0.39.2 to 0.39.4

Release notes

Sourced from quick-xml's releases.

v0.39.4 - Fix another panics when parse malformed DTD

Bug Fixes

  • #957: Fix slice-index panic when reading malformed DTD whose unknown markup is split across BufReader chunks. As with #950, the returned Event::DocType may contain the malformed DTD; this fix only ensures that the parser does not panic.
  • #960: Fix sibling slice-index panic when a single chunk delivers < followed by 9+ bytes of unknown markup inside a DTD internal subset. Same disposition as #957 / #950: parser must not panic; DTD validity reporting is a future improvement.

#950: tafia/quick-xml#950 #957: tafia/quick-xml#957 #960: tafia/quick-xml#960

Full Changelog: tafia/quick-xml@v0.39.3...v0.39.4

v0.39.3 - Fix panic when parse malformed DTD

Bug Fixes

  • #950: Fix subtraction with overflow when parse malformed DTD in some cases. Note, that currently we do not check the validity of DTD, so the returned Event::DocType may contain the malformed DTD.

Full Changelog: tafia/quick-xml@v0.39.2...v0.39.3

Changelog

Sourced from quick-xml's changelog.

0.39.4 -- 2026-05-08

Bug Fixes

  • #957: Fix slice-index panic when reading malformed DTD whose unknown markup is split across BufReader chunks. As with #950, the returned Event::DocType may contain the malformed DTD; this fix only ensures that the parser does not panic.
  • #960: Fix sibling slice-index panic when a single chunk delivers < followed by 9+ bytes of unknown markup inside a DTD internal subset. Same disposition as #957 / #950: parser must not panic; DTD validity reporting is a future improvement.

#950: tafia/quick-xml#950 #957: tafia/quick-xml#957 #960: tafia/quick-xml#960

0.39.3 -- 2026-05-04

Bug Fixes

  • #950: Fix subtraction with overflow when parse malformed DTD in some cases. Note, that currently we do not check the validity of DTD, so the returned Event::DocType may contain the malformed DTD.

#950: tafia/quick-xml#950

Commits
  • f72e8b3 Release 0.39.4
  • b8b3bbe Fix slice-index panic in DtdParser on long single-chunk unknown markup (#960)
  • fd5b908 Fix slice-index panic in DtdParser on chunked unknown markup (#957)
  • e156b0b Release 0.39.3
  • fa0f8c8 Update xml5ever & markup5even: 0.37 -> 0.38; rxml: 0.13 -> 0.14
  • 9ebd88d Add some explanation comments and fix misprints
  • b3800c8 Fix subtraction with overflow
  • 93865dc Add regression test for #950 - err
  • See full diff in compare view

Updates tokio from 1.52.1 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

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

Bumps the cargo-dependencies group with 2 updates: [quick-xml](https://github.com/tafia/quick-xml) and [tokio](https://github.com/tokio-rs/tokio).


Updates `quick-xml` from 0.39.2 to 0.39.4
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.39.2...v0.39.4)

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

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-version: 0.39.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

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 May 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Performance Report

Performance Results

Audit Results

Auditing measurement "add-benchmark" (os=ubuntu-22.04/rust=beta):
  ⏭️ 'add-benchmark'
  Only 8 historical measurements found. Less than requested min_measurements of 10. Skipping test.
  Aggregation: min
  z-score (mad): ↑ 2.16
  Head: μ: 22ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 19.4ms σ: 3.2ms MAD: 1.2ms n: 8
   [-26.70% – +19.31%] ▁█▇▅▁▅▅▅▇

Auditing measurement "add-benchmark" (os=ubuntu-22.04/rust=stable):
  ⏭️ 'add-benchmark'
  Only 6 historical measurements found. Less than requested min_measurements of 10. Skipping test.
  Aggregation: min
  z-score (mad): ↑ 1.35
  Head: μ: 22.3ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 19.2ms σ: 3.9ms MAD: 2.3ms n: 6
   [-28.83% – +19.30%] █▁▆▅▆▁▇

Auditing measurement "release-binary-size" (os=ubuntu-22.04/rust=stable):
  ✅ 'release-binary-size'
  Aggregation: min
  z-score (stddev): ↑ 2.59
  Head: μ: 8.2MB σ: N/A MAD: 0B n: 1
  Tail: μ: 8.1MB σ: 54.8kB MAD: 39.2kB n: 34
   [-0.73% – +1.76%] ███▃▄▄▄▄▄▄▃▃▃▃▃▃▃▃▃▃▃▁▁▂▁▁▁▁▁▁▁▁▁▁█

Auditing measurement "report" (os=ubuntu-22.04/rust=beta):
  ✅ 'report'
  Aggregation: min
  z-score (stddev): ↑ 1.31
  Head: μ: 27ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 22.8ms σ: 3.2ms MAD: 297.9µs n: 35
   [-28.04% – +21.21%] ▂█▇▅▁▅▅▅▅▅▅▅▅▆▂▁▅▅▅▅▁▂▅▅▅▅▅▁▂▆▅▁▅▂▅▇

Auditing measurement "report" (os=ubuntu-22.04/rust=stable):
  ✅ 'report'
  Aggregation: min
  z-score (stddev): ↑ 1.09
  Head: μ: 26.8ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 23.9ms σ: 2.7ms MAD: 566.2µs n: 33
   [-29.25% – +20.27%] █▁▆▅▆▁▅▅▂▅▅▂▆▅▁▆▅▆▅▅▅▅▅▅▅▅▅▅▅▆▅▅▆▇

Auditing measurement "report-benchmark" (os=ubuntu-22.04/rust=beta):
  ⏭️ 'report-benchmark'
  Only 8 historical measurements found. Less than requested min_measurements of 10. Skipping test.
  Aggregation: min
  z-score (stddev): ↑ 0.85
  Head: μ: 27.2ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 23.9ms σ: 3.9ms MAD: 1.6ms n: 8
   [-25.39% – +20.26%] ▁█▇▅▁▅▅▅▇

Auditing measurement "report-benchmark" (os=ubuntu-22.04/rust=stable):
  ⏭️ 'report-benchmark'
  Only 6 historical measurements found. Less than requested min_measurements of 10. Skipping test.
  Aggregation: min
  z-score (stddev): ↑ 0.70
  Head: μ: 26.7ms σ: N/A MAD: 0ns n: 1
  Tail: μ: 23.5ms σ: 4.6ms MAD: 2.8ms n: 6
   [-28.03% – +19.11%] █▁▆▅▆▁▆

Auditing measurement "report-size" (os=ubuntu-22.04/rust=beta):
  ✅ 'report-size'
  Aggregation: min
  z-score (stddev): ↑ 1.07
  Head: μ: 20.3kB σ: N/A MAD: 0B n: 1
  Tail: μ: 16.9kB σ: 3.2kB MAD: 2.9kB n: 35
   [-18.78% – +31.30%] ███████████████▄▄▄▄▄▄▄▄▄▄▄▄▁▁▁▁▁▁▁▁█

Auditing measurement "report-size" (os=ubuntu-22.04/rust=stable):
  ✅ 'report-size'
  Aggregation: min
  z-score (stddev): ↑ 1.14
  Head: μ: 20.3kB σ: N/A MAD: 0B n: 1
  Tail: μ: 16.7kB σ: 3.2kB MAD: 2.9kB n: 33
   [-18.78% – +31.30%] █████████████▄▄▄▄▄▄▄▄▄▄▄▄▁▁▁▁▁▁▁▁█

Auditing measurement "report-size-benchmark" (os=ubuntu-22.04/rust=beta):
  ✅ 'report-size-benchmark'
  Aggregation: median
  z-score (stddev): →
  Head: μ: 20.3kB σ: N/A MAD: 0B n: 1
  Tail: μ: 20.3kB σ: 0B MAD: 0B n: 15
   [+0.00% – +0.00%] ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅

Auditing measurement "report-size-benchmark" (os=ubuntu-22.04/rust=stable):
  ✅ 'report-size-benchmark'
  Aggregation: median
  z-score (stddev): →
  Head: μ: 20.3kB σ: N/A MAD: 0B n: 1
  Tail: μ: 20.3kB σ: 0B MAD: 0B n: 13
   [+0.00% – +0.00%] ▅▅▅▅▅▅▅▅▅▅▅▅▅▅

Overall: PASSED (11/11 groups passed)

Measurement Storage Size

Live Measurement Size Report
============================

⚠️  Shallow clone detected - measurement counts may be incomplete (see FAQ)

Number of commits with measurements: 318
Total measurement data size (on-disk (compressed)): 438kB

Repository Statistics (for context):
-------------------------------------
  Loose objects: 0 (0B)
  Packed objects: 8726 (2.5MB)
  Total repository size: 2.5MB

Created by git-perf

@kaihowl kaihowl merged commit 92b4825 into master May 24, 2026
22 checks passed
@kaihowl kaihowl deleted the dependabot/cargo/cargo-dependencies-8158764572 branch May 24, 2026 07:03
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