Skip to content

chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates #165

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

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

Package From To
anyhow 1.0.97 1.0.98
data-encoding 2.8.0 2.9.0
rustls 0.23.25 0.23.26
libmimalloc-sys 0.1.40 0.1.42
clap 4.5.35 4.5.36

Updates anyhow from 1.0.97 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • See full diff in compare view

Updates data-encoding from 2.8.0 to 2.9.0

Commits

Updates rustls from 0.23.25 to 0.23.26

Commits
  • 88dccec Prepare 0.23.26
  • 0ab530f Detect and error on faulty io::Write::write_vectored
  • c5b9b10 Rework further tests to use encoding module
  • d71046e Rework QUIC tests to use new encoding module
  • 0f3c823 Rework SNI tests to use new test-only TLS encoder
  • 99db311 Replace hand-written encodings with encoding module
  • 334760f Invert working of SignatureScheme::supported_in_tls13
  • 68d6ef2 Use tlswg name for draft-kwiatkowski-tls-ecdhe-mlkem
  • c1fc0f4 Take semver-compatible updates
  • d3b810d build(deps): bump openssl from 0.10.71 to 0.10.72
  • Additional commits viewable in compare view

Updates libmimalloc-sys from 0.1.40 to 0.1.42

Release notes

Sourced from libmimalloc-sys's releases.

Version 0.1.42

Changes

Version 0.1.41

Changes

  • Fix _mi_option_last
  • Feature gate arena in extended
Commits
  • a9c410c v0.1.42
  • 3ba384f Merge pull request #117 from nathaniel-daniel/fix-pr-106
  • 310ffbe Gate usable_size behind extended feature
  • bb3dce1 Merge branch 'purpleprotocol:master' into fix-pr-106
  • 679b170 Merge pull request #115 from notorca/master
  • b541013 Merge pull request #118 from nathaniel-daniel/fix-issue-114
  • 4ae150e Merge pull request #119 from nathaniel-daniel/version
  • 7a15df1 Test extended feature on ci
  • e1b2306 Run cargo fmt
  • 7d1366d Expose version function
  • Additional commits viewable in compare view

Updates clap from 4.5.35 to 4.5.36

Release notes

Sourced from clap's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
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 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

…h 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
| [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` |
| [rustls](https://github.com/rustls/rustls) | `0.23.25` | `0.23.26` |
| [libmimalloc-sys](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.40` | `0.1.42` |
| [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |



Updates `anyhow` from 1.0.97 to 1.0.98
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.97...1.0.98)

Updates `data-encoding` from 2.8.0 to 2.9.0
- [Commits](ia0/data-encoding@v2.8.0...v2.9.0)

Updates `rustls` from 0.23.25 to 0.23.26
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.25...v/0.23.26)

Updates `libmimalloc-sys` from 0.1.40 to 0.1.42
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](purpleprotocol/mimalloc_rust@v0.1.40...v0.1.42)

Updates `clap` from 4.5.35 to 4.5.36
- [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.35...clap_complete-v4.5.36)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: data-encoding
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rustls
  dependency-version: 0.23.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libmimalloc-sys
  dependency-version: 0.1.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.36
  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 Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 13:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 19, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-1c46e2000d branch April 19, 2025 23:26
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