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

Bump the dependencies group with 11 updates #1656

Merged
merged 2 commits into from
Mar 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the dependencies group with 11 updates:

Package From To
clap 4.5.31 4.5.32
http 1.2.0 1.3.1
humantime 2.1.0 2.2.0
once_cell 1.20.3 1.21.1
ring 0.17.13 0.17.14
tokio 1.44.0 1.44.1
tempfile 3.18.0 3.19.0
uuid 1.15.1 1.16.0
async-trait 0.1.87 0.1.88
html5ever 0.29.1 0.30.0
typed-builder 0.20.0 0.20.1

Updates clap from 4.5.31 to 4.5.32

Release notes

Sourced from clap's releases.

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Changelog

Sourced from clap's changelog.

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Commits
  • 81b9db2 chore: Release
  • d3d7a17 chore: Merge branch 'master' into upstream/master
  • 361114e chore: Release
  • b693fc0 docs: Update changelog
  • 7100091 Merge pull request #5765 from epage/complete
  • e90b2da refactor(complete): Pull our registration writing
  • 95e99ef refactor(complete): Pull out shell lookup
  • 4af0cd6 fix(complete): Loosen requirements on Command factory
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • Additional commits viewable in compare view

Updates http from 1.2.0 to 1.3.1

Release notes

Sourced from http's releases.

v1.3.1

What's Changed

Full Changelog: hyperium/http@v1.3.0...v1.3.1

v1.3.0

What's Changed

  • Allow most UTF-8 characters in URI path and query. (hyperium/http#715)
    • This means paring Uris with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork of http because reality is that most characters are seen in the real world.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

New Contributors

Thanks!

Full Changelog: hyperium/http@v1.2.0...v1.3.0

Changelog

Sourced from http's changelog.

1.3.1 (March 11, 2025)

  • Fix validation that all characters are UTF-8 in URI path and query.

1.3.0 (March 11, 2025)

  • Allow most UTF-8 characters in URI path and query.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.
Commits
  • 8c1fb20 v1.3.1
  • 6637a72 fix: validate path bytes are at least utf8 (#756)
  • d0dd91e v1.3.0
  • 64bd92b docs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)
  • b03ed6a chore: use range.contains in StatusCode methods (#748)
  • a463fb5 chore(ci): use yq to get rust-version in manifest (#746)
  • 68845bd fix: HeaderMap::reserve allocates insufficient capacity (#741)
  • 4e02046 refactor(header): remove BytesMut inline optimization when creating (#738)
  • 091ee9a feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)
  • See full diff in compare view

Updates humantime from 2.1.0 to 2.2.0

Commits

Updates once_cell from 1.20.3 to 1.21.1

Changelog

Sourced from once_cell's changelog.

1.21.1

  • Reduce MSRV to 1.65: #277.

1.21.0

  • Outline initialization in race: #273.
  • Add OnceNonZereUsize::get_unchecked: #274.
  • Add OnceBox::clone and OnceBox::with_value: #275.
  • Increase MSRV to 1.70

1.20.2

  • Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.

1.20.1

  • Allow using race module using just portable_atomic, without critical_section and provide better error messages on targets without atomic CAS instruction, #265.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.

1.18.0

  • MSRV is updated to 1.60.0 to take advantage of dep: syntax for cargo features, removing "implementation details" from publicly visible surface.

1.17.2

  • Avoid unnecessary synchronization in Lazy::{force,deref}_mut(), #231.

1.17.1

1.17.0

  • Add race::OnceRef for storing a &'a T.

1.16.0

  • Add no_std implementation based on critical-section, #195.
  • Deprecate atomic-polyfill feature (use the new critical-section instead)

1.15.0

... (truncated)

Commits
  • a70d907 Merge pull request #277 from briansmith/b/as-ptr
  • 9173b99 Reduce MSRV to 1.65 by polyfilling AtomicUsize::as_ptr().
  • 0d6bc31 fix tests
  • f27d156 v1.21.0
  • 5b7b16c Merge pull request #275 from klkvr/klkvr/once-box-helpers
  • 73da483 Merge pull request #274 from briansmith/b/get_unchecked
  • 15154b0 Add OnceNonZeroUsize::get_unchecked.
  • f15c633 feat: add helpers for OnceBox
  • See full diff in compare view

Updates ring from 0.17.13 to 0.17.14

Changelog

Sourced from ring's changelog.

Version 0.17.14 (2025-03-11)

Fixed a performance bug in the AVX2-based AES-GCM implementation added in ring 0.17.13. This will be another notable performance improvement for most newish x86-64 systems. The performance issue impacted not just AES-GCM.

Compatibility with GNU binutils 2.29 (used on Amazon Linux 2), and probably even earlier versions, was restored. It is expected that ring 0.17.14 will build on all the systems that 0.17.12 would build on.

Commits

Updates tokio from 1.44.0 to 1.44.1

Release notes

Sourced from tokio's releases.

Tokio v1.44.1

1.44.1 (March 13th, 2025)

Fixed

  • rt: skip defer queue in block_in_place context (#7216)

#7216: tokio-rs/tokio#7216

Commits

Updates tempfile from 3.18.0 to 3.19.0

Changelog

Sourced from tempfile's changelog.

3.19.0

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #339.
Commits

Updates uuid from 1.15.1 to 1.16.0

Release notes

Sourced from uuid's releases.

v1.16.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0

Commits

Updates async-trait from 0.1.87 to 0.1.88

Release notes

Sourced from async-trait's releases.

0.1.88

  • Fix lifetime bounding on generic parameters that have cfg (#289)
Commits

Updates html5ever from 0.29.1 to 0.30.0

Commits

Updates typed-builder from 0.20.0 to 0.20.1

Release notes

Sourced from typed-builder's releases.

0.20.1 - 2025-03-14

Fixed

  • Fix mutator with type parameter using associated type (see issue #157)
Changelog

Sourced from typed-builder's changelog.

0.20.1 - 2025-03-14

Fixed

  • Fix mutator with type parameter using associated type (see issue #157)
Commits
  • 3668822 Bump bugfix version
  • 6305fc0 Merge pull request #158 from azriel91/improvement/mutator-with-type-param
  • 5ebeb75 Update CHANGELOG.md.
  • 5cdb713 Pass through type parameter in mutator function call.
  • See full diff 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 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 <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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.31` | `4.5.32` |
| [http](https://github.com/hyperium/http) | `1.2.0` | `1.3.1` |
| [humantime](https://github.com/chronotope/humantime) | `2.1.0` | `2.2.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.3` | `1.21.1` |
| [ring](https://github.com/briansmith/ring) | `0.17.13` | `0.17.14` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.0` | `1.44.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.18.0` | `3.19.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.15.1` | `1.16.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.87` | `0.1.88` |
| [html5ever](https://github.com/servo/html5ever) | `0.29.1` | `0.30.0` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.20.0` | `0.20.1` |


Updates `clap` from 4.5.31 to 4.5.32
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.31...clap_complete-v4.5.32)

Updates `http` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.2.0...v1.3.1)

Updates `humantime` from 2.1.0 to 2.2.0
- [Commits](https://github.com/chronotope/humantime/commits)

Updates `once_cell` from 1.20.3 to 1.21.1
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.3...v1.21.1)

Updates `ring` from 0.17.13 to 0.17.14
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

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

Updates `tempfile` from 3.18.0 to 3.19.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.18.0...v3.19.0)

Updates `uuid` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.15.1...v1.16.0)

Updates `async-trait` from 0.1.87 to 0.1.88
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.87...0.1.88)

Updates `html5ever` from 0.29.1 to 0.30.0
- [Commits](https://github.com/servo/html5ever/commits)

Updates `typed-builder` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](idanarye/rust-typed-builder@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: humantime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: html5ever
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 17, 2025
@mre mre merged commit 9486a06 into master Mar 17, 2025
6 checks passed
@mre mre deleted the dependabot/cargo/dependencies-03c541d082 branch March 17, 2025 17:42
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.

None yet

1 participant