Bump the all-dependencies group with 8 updates #1470
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 8 updates:
4.5.26
4.5.27
4.5.42
4.5.44
0.2.25
0.2.26
0.33.0
0.35.0
1.9.5
1.10.0
0.4.22
0.4.25
0.23.20
0.23.22
2.0.10
2.0.11
Updates
clap
from 4.5.26 to 4.5.27Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
21c9892
chore: Release0c8bceb
docs: Update changelogd8f102a
Merge pull request #5732 from epage/consistentc92fca3
docs(complete): Clarify CompleteEnv's Shell trait5ca60e9
Merge pull request #5731 from epage/bash5d7c16c
fix(complete): Adjust how IFS is passed to clapUpdates
clap_complete
from 4.5.42 to 4.5.44Commits
8e2c2c5
chore: Release427d4fc
docs: Update changelog3b99593
Merge pull request #5896 from epage/envf5fc765
feat(complete): Provide a way to disable env completionsc4105bd
chore: Releasea029b20
docs: Update changelogcf15d48
Merge pull request #5893 from 8LWXpg/patch-27e54542
Merge pull request #5892 from 8LWXpg/patch-16ffc88f
fix(complete): Check if help string is empty7d8470e
fix(complete): Fix single quote escaping in PowerShellUpdates
clap_mangen
from 0.2.25 to 0.2.26Commits
aa01c51
chore: Release6329c5a
docs: Update changelog760d81a
Merge pull request #5854 from 0xAdk/feat/mangen_respect_help_headingabcfe6c
chore(deps): Update Rust Stable to v1.84 (#5878)9e4c93b
chore: Release3091ba3
docs: Update changeloga7f6acf
Merge pull request #5879 from therealprof/features/suggestions-use-insertion-...26f23e4
chore(ci): Fix wasi target4f448df
Replace another sort_by call by a manual insertion with a binary_search27cc4b7
chore: ReleaseUpdates
comrak
from 0.33.0 to 0.35.0Release notes
Sourced from comrak's releases.
Changelog
Sourced from comrak's changelog.
Commits
62e30f2
Merge pull request #525 from kivikakk/release/v0.35.0a60bd58
changelog.txt: update.88ff3b8
[skip test] update changeloga27a550
Cargo.toml: v0.35.01408885
Merge pull request #524 from kivikakk/bw-switch-to-markdown-alert8d30848
Use CSS classmarkdown-alert
instead ofalert
b0059f5
Merge pull request #522 from kivikakk/release/v0.34.03c86dfa
changelog.txt: update0efe8b5
[skip test] update changelog2962208
Cargo.toml: v0.34.0Updates
httparse
from 1.9.5 to 1.10.0Commits
3308d11
v1.10.0c462abb
chore: update copyright yearb72c2ff
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)Updates
log
from 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo features2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.23Updates
rustls
from 0.23.20 to 0.23.22Commits
784b873
Further defendChunkVecBuffer::prefix_used
invariant200d566
Re-privatizeChunkVecBuffer::consume()
and defend misusea5d8a6b
DetectChunkVecBuffer::consume
larger than lengthd978e2f
chore(deps): update rust crate x509-parser to 0.1743c2336
Detect illegal HRR if X25519 offered as secondary kx2551558
Increase accuracy of when to include second keyshare50d1acd
Add X25519MLKEM768 to features documentationbf663b6
Move crypto::aws_lc_rs::pq docs into manuale883143
Bump rustls 0.23.22, rustls-post-quantum 0.2.2c7a86de
Add post-quantum key exchange algorithm to defaultsUpdates
thiserror
from 2.0.10 to 2.0.11Release notes
Sourced from thiserror's releases.
Commits
0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostd1a226ae
Disable two more integration tests in no-std mode8b5f2d7
Fix unused import in test when built without stdeecd247
Add CI step to test with "std" disabled8f2a76b
Merge pull request #409 from Maytha8/std-tests693a6cd
Add feature gate to tests that use stdDependabot 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