Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the cargo-minor group across 1 directory with 4 updates #19557

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

torokati44
Copy link
Member

This is 2/3 of #19549, removing ashpd and tempfile bumps from it, to avoid the nasty rand/getrandom/zerocopy/etc. duplications.

Bumps the cargo-minor group with 4 updates in the / directory:

Package From To
clap 4.5.29 4.5.30
smallvec 1.13.2 1.14.0
quick-xml 0.37.0 0.37.2
lru 0.12.5 0.13.0

Updates clap from 4.5.29 to 4.5.30

Release notes

Sourced from clap's releases.

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Changelog

Sourced from clap's changelog.

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Commits
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • d6bd7e2 Merge pull request #5763 from epage/complete
  • 0887593 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
  • 61ebe72 chore: Release
  • 2e3fcc6 docs: Update changelog
  • 13dad4c Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
  • 3ca44c7 Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
  • d71ae66 Merge pull request #5760 from clap-rs/renovate/stable-1.x
  • a25c734 chore(deps): Update dependency STABLE to v1.81.0
  • Additional commits viewable in compare view

Updates smallvec from 1.13.2 to 1.14.0

Release notes

Sourced from smallvec's releases.

v1.14.0

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.13.2...v1.14.0

Commits
  • 174f4f0 Version 1.14.0
  • eaeb871 Bump locked hongfuzz version
  • cd9f7d3 Implement MallocSizeOf for SmallVec (v1)
  • 03d9069 Make test_size test aware of target pointer width and "union" feature.
  • See full diff in compare view

Updates quick-xml from 0.37.0 to 0.37.2

Release notes

Sourced from quick-xml's releases.

v0.37.2 - se::to_utf8_io_writer()

What's Changed

New Features

  • #836: Add se::to_utf8_io_writer() helper compatible with std::io::Write and restricted to UTF-8 encoding.

#836: tafia/quick-xml#836

New Contributors

Full Changelog: tafia/quick-xml@v0.37.1...v0.37.2

v0.37.1 - Write CDATA safely

What's Changed

New Features

  • #831: Add BytesCData::escaped() fn to construct CDATA events from arbitrary user input.

#831: tafia/quick-xml#831

New Contributors

Full Changelog: tafia/quick-xml@v0.37.0...v0.37.1

Changelog

Sourced from quick-xml's changelog.

0.37.2 -- 2024-12-29

New Features

  • #836: Add se::to_utf8_io_writer() helper compatible with std::io::Write and restricted to UTF-8 encoding.

#836: tafia/quick-xml#836

0.37.1 -- 2024-11-17

New Features

  • #831: Add BytesCData::escaped() fn to construct CDATA events from arbitrary user input.

#831: tafia/quick-xml#831

Commits
  • 52169ca Release 0.37.2
  • 9ad2010 Merge pull request #836 from pronebird/utf8writer
  • 3b5c74d Add to_utf8_io_writer accepting std::io::Write
  • 0793d6a Merge pull request #833 from Mingun/fix-serde-warnings
  • 65f57b2 Remove ignored tests which produces warnings since serde 1.0.215
  • 10177b1 Release 0.37.1
  • 6c4c766 Merge pull request #832 from Turbo87/cdata-escape
  • be09876 Add BytesCData::escaped() fn
  • a5ad85e Merge pull request #830 from allan2/fix-typo
  • 7b5c972 Fix typo
  • See full diff in compare view

Updates lru from 0.12.5 to 0.13.0

Changelog

Sourced from lru's changelog.

v0.13.0 - 2025-01-27

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.
Commits
  • 6ad1127 Merge pull request #208 from jeromefroe/jerome/prepare-0-13-0-release
  • e0d89c7 Prepare 0.13.0 release
  • 32e2c06 Merge pull request #204 from magick93/upgrade_hashbrown
  • 5c1b2d9 Merge pull request #207 from jeromefroe/jerome/bump-msrv-to-1-65
  • 2f10be2 Bump MSRV to 1.65.0
  • 16048d8 Merge pull request #206 from traceflight/mru
  • 066d9bf Add peek_mru pop_mru
  • b7fec4a Update hashbrown dependency to version 0.15.2
  • See full diff in compare view

@torokati44 torokati44 added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Feb 19, 2025
…ates

Bumps the cargo-minor group with 4 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.30` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.13.2` | `1.14.0` |
| [quick-xml](https://github.com/tafia/quick-xml) | `0.37.0` | `0.37.2` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.12.5` | `0.13.0` |

Updates `clap` from 4.5.29 to 4.5.30
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.29...clap_complete-v4.5.30)

Updates `smallvec` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.13.2...v1.14.0)

Updates `quick-xml` from 0.37.0 to 0.37.2
- [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.37.0...v0.37.2)

Updates `lru` from 0.12.5 to 0.13.0
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the cargo-minor-1086d7474c branch from 6428efe to 8c943d6 Compare February 20, 2025 18:14
@torokati44 torokati44 enabled auto-merge (rebase) February 20, 2025 18:15
@torokati44 torokati44 merged commit fee3655 into ruffle-rs:master Feb 20, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants