Bump the cargo-version group with 9 updates #71
Merged
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 cargo-version group with 9 updates:
3.0.1
3.0.2
4.5.38
4.5.40
0.15.8
0.15.10
0.11.5
0.11.6
0.5.9
0.5.11
1.0.215
1.0.217
1.0.133
1.0.134
2.0.4
2.0.9
3.1.2
3.1.3
Updates
clap-verbosity-flag
from 3.0.1 to 3.0.2Changelog
Sourced from clap-verbosity-flag's changelog.
Commits
8a65b98
chore: Release clap-verbosity-flag version 3.0.26f634c9
docs: Update changelogbcfc9e8
Merge pull request #133 from joshka/jm/verbosity-copy9191996
feat: Impl Copy for Verbosity9f72d6c
Merge pull request #131 from clap-rs/renovate/stable-1.x3c00cda
chore(deps): Update compatible (dev) (#130)061da5a
chore(deps): Update dependency STABLE to v1.83.0Updates
clap_complete
from 4.5.38 to 4.5.40Commits
cff27db
chore: Release4ef4124
docs: Update changelogca89617
Merge pull request #5848 from jennings/jennings/push-xolwzyoornps99b6391
fix(complete): Fix PowerShell dynamic completioned2360f
chore: Release196a14b
docs: Update changelogcd622ab
Merge pull request #5846 from ribru17/alias_fn_dedup48ff72b
fix(complete): Deduplicate bash subcmd casesb1b6f17
Merge pull request #5843 from epage/link5900216
fix(derive): Update link for derive attributesUpdates
console
from 0.15.8 to 0.15.10Release notes
Sourced from console's releases.
Changelog
Sourced from console's changelog.
Commits
ddc83cd
Bump version to 0.15.1019f3caf
Remove MSRV badge from README20d63dc
Bump version to 0.15.9f02463b
Switch from lazy_static to once_cell8e89a53
Upgrade windows-sys to 0.590baff7a
Upgrade encode_unicode to 159ef42d
Upgrade unicode-with to 0.29ae69d5
Bump MSRV to 1.6609be64b
Apply suggestions from clippy 1.83Updates
env_logger
from 0.11.5 to 0.11.6Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
dc1a01a
chore: Release65f81b3
docs: Update changelog7742599
Merge pull request #345 from EriKWDev/main59229bc
fix: Test result of everything enabled has changedb0d4760
spelling + field names1bad1f5
feature: ability to display source file path and line number with default for...cc97bf7
chore(deps): Update Rust Stable to v1.83 (#343)240cd21
style: Make clippy happyda7ff82
chore: Update from _rust templateab1d854
chore(deps): Update Rust crate snapbox to v0.6.20 (#342)Updates
home
from 0.5.9 to 0.5.11Commits
addcc8c
Update release information for home 0.5.11 (#14939)e5c4dc6
Limit release trigger to 0.* tags (#14940)f18cbda
Limit release trigger to 0.* tags20ec18a
Update home changelog014378f
Clarify status ofhome_dir
769f622
test(build-std): dont require rustup (#14933)80409f7
test(build-std): dont require rustup7847c03
fix(base): Support bases in patches in virtual manifests (#14931)5b8b2ac
fix(base): Support bases in patches in virtual manifests2d23b94
test(base): Verify bases in patches in virtual manifestsUpdates
serde
from 1.0.215 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
serde_json
from 1.0.133 to 1.0.134Release notes
Sourced from serde_json's releases.
Commits
b2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public functions96576ba
Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add'static
lifetime toconst
's9c9aa1f
Add literal 'null', 'true' and 'false' consts toRawValue
struct.Updates
thiserror
from 2.0.4 to 2.0.9Release notes
Sourced from thiserror's releases.
Commits
c535cec
Release 2.0.90a0516d
Merge pull request #404 from dtolnay/fromfne5169bb
Unspan From impl contentsc008375
FIx typo in ui test2bd2982
Release 2.0.8a7de3ab
Merge pull request #399 from dtolnay/respanf1243a0
Fix spans on macro-generated bindings and format variables6a07345
Add regression test for issue 3989c0f2d2
Release 2.0.72deec96
Merge pull request 397 from zertosh/from_allow_expectUpdates
predicates
from 3.1.2 to 3.1.3Changelog
Sourced from predicates's changelog.
Commits
40045bb
chore: Release3480ad7
docs: Update changelog6db4ca3
Merge pull request #180 from marienz/master7cd735b
feat: Implement PredicateBoxExt for?Sized
5bd6da7
chore(deps): Update Rust Stable to v1.83 (#179)3a0400e
style: Make clippy happy4277197
chore: Update from _rust templatedabd07a
Merge pull request #26 from futreall/main8100137
Update CONTRIBUTING.md006f98f
chore(ci): Report deprecations in the reviewDependabot 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