-
Notifications
You must be signed in to change notification settings - Fork 16
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
build(deps): bump the all group with 5 updates #463
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [linkme](https://github.com/dtolnay/linkme) | `0.3.29` | `0.3.31` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.164` | Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `serde_json` from 1.0.132 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.133) Updates `clap` from 4.5.20 to 4.5.21 - [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.20...clap_complete-v4.5.21) Updates `linkme` from 0.3.29 to 0.3.31 - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](dtolnay/linkme@0.3.29...0.3.31) Updates `libc` from 0.2.162 to 0.2.164 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.162...0.2.164) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: linkme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Automated pull requests that update dependencies.
dependencies::rust
Automated pull requests that update Rust code.
labels
Nov 18, 2024
Code and Documentation Coverage ReportDocumentation CoverageClick to view documentation coverage for this PR
Click to view documentation coverage for main
Code Coverage SummaryThis PR: Detailed Report
Main: Detailed Report
Coverage Main & PR Coverage ChangeLines coverage changed by 0.00% and covered lines changed by 0
Functions coverage changed by 0.00% and covered lines changed by 0
Branches... coverage: No comparison data available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies::rust
Automated pull requests that update Rust code.
dependencies
Automated pull requests that update dependencies.
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 group with 5 updates:
1.0.214
1.0.215
1.0.132
1.0.133
4.5.20
4.5.21
0.3.29
0.3.31
0.2.162
0.2.164
Updates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.132 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
linkme
from 0.3.29 to 0.3.31Release notes
Sourced from linkme's releases.
Commits
3c09b2b
Release 0.3.3123f271c
Merge pull request #105 from dtolnay/debug310fb2b
Delete redundant DistributedSlice impl block9156041
Implement Debug for DistributedSlice2890326
Merge pull request #104 from dtolnay/refoptionref1096508
Ignore ref_option_ref pedantic clippy lint in generated code2c96488
Release 0.3.300b94c7e
Merge pull request #102 from dtolnay/rust2024107cd3c
Reorder test lint settings to ignore unknown rust-2024-compatibility in old r...42a27d9
Add CI job on Rust 1.82 to test unsafe attrsUpdates
libc
from 0.2.162 to 0.2.164Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
dad00cb
chore: release v0.2.16401ce562
Merge pull request #4051 from tgross35/stable-ci8153ac1
Merge pull request #4049 from tgross35/rust-version5f0d183
Merge pull request #4040 from tgross35/stable-msrv5125160
Merge pull request #4027 from rust-lang/release-plz-2024-11-12T07-15-20Z6093ce0
MacOS: moveifconf
tos_no_extra_traits
a4b5bf8
Remove the "main" workflowd7b6bf0
ci: Remove tests with rust < 1.630a976d3
ci: trim trailing whitespacecfd7ebf
chore: release v0.2.163Dependabot 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