-
Notifications
You must be signed in to change notification settings - Fork 680
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 known_good_semver group with 3 updates #3649
Conversation
14a62d7
to
3bae3e1
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
@@ -17,7 +17,7 @@ workspace = true | |||
targets = ["x86_64-unknown-linux-gnu"] | |||
|
|||
[dependencies] | |||
clap = { version = "4.5.1", features = ["derive"] } | |||
clap = { version = "4.5.2", features = ["derive"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should now be able to pull up all external deps to the workspace level. Testing in polkadot-fellows/runtimes#201 was sucessful.
d6d953e
to
8be7eae
Compare
Bumps the known_good_semver group with 3 updates: [log](https://github.com/rust-lang/log), [syn](https://github.com/dtolnay/syn) and [clap](https://github.com/clap-rs/clap). Updates `log` from 0.4.20 to 0.4.21 - [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.20...0.4.21) Updates `syn` from 2.0.50 to 2.0.52 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.50...2.0.52) Updates `clap` from 4.5.1 to 4.5.2 - [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.1...v4.5.2) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... Signed-off-by: dependabot[bot] <[email protected]>
8be7eae
to
a207122
Compare
Superseded by #3717. |
Bumps the known_good_semver group with 3 updates: log, syn and clap.
Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
syn
from 2.0.50 to 2.0.52Release notes
Sourced from syn's releases.
Commits
07ede6a
Release 2.0.52acbcfbc
Merge pull request #1593 from dtolnay/boundary4924a99
Add an expression parser that uses match-arm's boundary rulese06122b
Resolve unnecessary_get_then_check clippy lint018fc5a
Update test suite to nightly-2024-02-275e15a9b
Release 2.0.517e0d4e1
Resolve non_local_definitions warning in debug impls8667ad9
Ignore module_name_repetitions pedantic clippy lint in codegen1fc3200
Update test suite to nightly-2024-02-2607a2065
Update test suite to nightly-2024-02-23Updates
clap
from 4.5.1 to 4.5.2Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f65d421
chore: Release886b272
docs: Update changelog3ba4297
Merge pull request #5386 from amaanq/static-var-name2aea950
fix: Use SCREAMING_SNAKE_CASE for static variableauthors
690f555
Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.xa2aa644
chore(deps): update compatible (dev) (#5381)c233de5
chore(deps): update pre-commit/action action to v3.0.1d0028d7
Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trailing_var...0076cac
fix(builder): Don't doc-link to undocumented itemDependabot 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