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 all-dependencies group with 8 updates #1470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the all-dependencies group with 8 updates:

Package From To
clap 4.5.26 4.5.27
clap_complete 4.5.42 4.5.44
clap_mangen 0.2.25 0.2.26
comrak 0.33.0 0.35.0
httparse 1.9.5 1.10.0
log 0.4.22 0.4.25
rustls 0.23.20 0.23.22
thiserror 2.0.10 2.0.11

Updates clap from 4.5.26 to 4.5.27

Release notes

Sourced from clap's releases.

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Changelog

Sourced from clap's changelog.

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Commits

Updates clap_complete from 4.5.42 to 4.5.44

Commits
  • 8e2c2c5 chore: Release
  • 427d4fc docs: Update changelog
  • 3b99593 Merge pull request #5896 from epage/env
  • f5fc765 feat(complete): Provide a way to disable env completions
  • c4105bd chore: Release
  • a029b20 docs: Update changelog
  • cf15d48 Merge pull request #5893 from 8LWXpg/patch-2
  • 7e54542 Merge pull request #5892 from 8LWXpg/patch-1
  • 6ffc88f fix(complete): Check if help string is empty
  • 7d8470e fix(complete): Fix single quote escaping in PowerShell
  • Additional commits viewable in compare view

Updates clap_mangen from 0.2.25 to 0.2.26

Commits
  • aa01c51 chore: Release
  • 6329c5a docs: Update changelog
  • 760d81a Merge pull request #5854 from 0xAdk/feat/mangen_respect_help_heading
  • abcfe6c chore(deps): Update Rust Stable to v1.84 (#5878)
  • 9e4c93b chore: Release
  • 3091ba3 docs: Update changelog
  • a7f6acf Merge pull request #5879 from therealprof/features/suggestions-use-insertion-...
  • 26f23e4 chore(ci): Fix wasi target
  • 4f448df Replace another sort_by call by a manual insertion with a binary_search
  • 27cc4b7 chore: Release
  • Additional commits viewable in compare view

Updates comrak from 0.33.0 to 0.35.0

Release notes

Sourced from comrak's releases.

v0.35.0

Diff: kivikakk/comrak@v0.34.0...v0.35.0

v0.34.0

Admonition special!

Diff: kivikakk/comrak@v0.33.0...v0.34.0

Changelog

Sourced from comrak's changelog.

[v0.35.0] - 23-01-2025

Diff: kivikakk/comrak@v0.34.0...v0.35.0

[v0.34.0] - 21-01-2025

Admonition special!

Diff: kivikakk/comrak@v0.33.0...v0.34.0

Commits
  • 62e30f2 Merge pull request #525 from kivikakk/release/v0.35.0
  • a60bd58 changelog.txt: update.
  • 88ff3b8 [skip test] update changelog
  • a27a550 Cargo.toml: v0.35.0
  • 1408885 Merge pull request #524 from kivikakk/bw-switch-to-markdown-alert
  • 8d30848 Use CSS class markdown-alert instead of alert
  • b0059f5 Merge pull request #522 from kivikakk/release/v0.34.0
  • 3c86dfa changelog.txt: update
  • 0efe8b5 [skip test] update changelog
  • 2962208 Cargo.toml: v0.34.0
  • Additional commits viewable in compare view

Updates httparse from 1.9.5 to 1.10.0

Commits
  • 3308d11 v1.10.0
  • c462abb chore: update copyright year
  • b72c2ff style: modernize byte_map! (#197)
  • a7e4650 ci: fix qemu for ubuntu 24.04 noble (#199)
  • eb91549 refactor: reduce ease of soundness mistake of peek_ahead in iter.rs (#191)
  • f1cbffc feat(path): allow utf8 chars in path (#178)
  • 380f130 iter::slice_skip remove possibility of underflow in debug_assert (#187)
  • 0e1b088 Update MSRV from 1.36 to 1.47 also in clippy.toml. Fix related clippy issues....
  • 390a6d3 Update MSRV from 1.36 to 1.47 (#192)
  • 9f6702b Fix method parsing to reject a leading space (#190)
  • See full diff in compare view

Updates log from 0.4.22 to 0.4.25

Release notes

Sourced from log's releases.

0.4.25

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

0.4.24 (yanked)

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

0.4.23 (yanked)

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.22...0.4.23

Changelog

Sourced from log's changelog.

[0.4.25] - 2025-01-14

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

[0.4.24] - 2025-01-11

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

[0.4.23] - 2025-01-10 (yanked)

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.22...0.4.23

Commits
  • 22be810 Merge pull request #663 from rust-lang/cargo/0.4.25
  • 0279730 prepare for 0.4.25 release
  • 4099bcb Merge pull request #662 from rust-lang/fix/cargo-features
  • 36e7e3f revert loosening of kv cargo features
  • 2282191 Merge pull request #660 from rust-lang/cargo/0.4.24
  • 2994f0a prepare for 0.4.24 release
  • 5fcb50e Merge pull request #659 from rust-lang/fix/feature-builds
  • 29fe9e6 fix up feature activation
  • b1824f2 use cargo hack in CI to test all feature combinations
  • e6b643d Merge pull request #656 from rust-lang/cargo/0.4.23
  • Additional commits viewable in compare view

Updates rustls from 0.23.20 to 0.23.22

Commits
  • 784b873 Further defend ChunkVecBuffer::prefix_used invariant
  • 200d566 Re-privatize ChunkVecBuffer::consume() and defend misuse
  • a5d8a6b Detect ChunkVecBuffer::consume larger than length
  • d978e2f chore(deps): update rust crate x509-parser to 0.17
  • 43c2336 Detect illegal HRR if X25519 offered as secondary kx
  • 2551558 Increase accuracy of when to include second keyshare
  • 50d1acd Add X25519MLKEM768 to features documentation
  • bf663b6 Move crypto::aws_lc_rs::pq docs into manual
  • e883143 Bump rustls 0.23.22, rustls-post-quantum 0.2.2
  • c7a86de Add post-quantum key exchange algorithm to defaults
  • Additional commits viewable in compare view

Updates thiserror from 2.0.10 to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • 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

Bumps the all-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.25` | `0.2.26` |
| [comrak](https://github.com/kivikakk/comrak) | `0.33.0` | `0.35.0` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` |
| [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.22` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.10` | `2.0.11` |


Updates `clap` from 4.5.26 to 4.5.27
- [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.26...clap_complete-v4.5.27)

Updates `clap_complete` from 4.5.42 to 4.5.44
- [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.42...clap_complete-v4.5.44)

Updates `clap_mangen` from 0.2.25 to 0.2.26
- [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_mangen-v0.2.25...clap_mangen-v0.2.26)

Updates `comrak` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](kivikakk/comrak@v0.33.0...v0.35.0)

Updates `httparse` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.5...v1.10.0)

Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

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

Updates `thiserror` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.10...2.0.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: comrak
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: httparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants