Bump the cargo group across 1 directory with 9 updates#26
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the cargo group across 1 directory with 9 updates#26dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 4 updates in the / directory: [winnow](https://github.com/winnow-rs/winnow), [jiff](https://github.com/BurntSushi/jiff), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [cc](https://github.com/rust-lang/cc-rs). Updates `winnow` from 0.7.7 to 0.7.9 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.7...v0.7.9) Updates `jiff` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.10...jiff-static-0.2.11) Updates `sysinfo` from 0.34.2 to 0.35.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.35.0) Updates `cc` from 1.2.20 to 1.2.21 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.20...cc-v1.2.21) Updates `jiff-static` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.10...jiff-static-0.2.11) Updates `windows-core` from 0.57.0 to 0.61.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.57.0...0.61.0) Updates `windows-implement` from 0.57.0 to 0.60.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.57.0...0.60.0) Updates `windows-interface` from 0.57.0 to 0.59.1 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-result` from 0.1.2 to 0.3.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: sysinfo dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cc dependency-version: 1.2.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff-static dependency-version: 0.2.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: windows-core dependency-version: 0.61.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-implement dependency-version: 0.60.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-interface dependency-version: 0.59.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-result dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot recreate |
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 group with 4 updates in the / directory: winnow, jiff, sysinfo and cc.
Updates
winnowfrom 0.7.7 to 0.7.9Changelog
Sourced from winnow's changelog.
Commits
3c63944chore: Release6624b1edocs: Update changelog9142fd7Merge pull request #781 from epage/context_withe850d3dfeat(parser): Add Parser::context_with98a5a24feat(error): Allow extending on ContextError6741c2bMerge pull request #783 from epage/template14303e3style: Make clippy happy3fa02d3chore: Update from _rust/main template37a4d87chore: Release4118ce2docs: Update changelogUpdates
jifffrom 0.2.10 to 0.2.11Changelog
Sourced from jiff's changelog.
Commits
0d1cf190.2.11407180achangelog: 0.2.112dc5b00doc: fix typo in "formatting"3acc4f9display: clarify default precision inDisplayimplsc9701c3fmt/rfc2822: fix handling whitespace at comma and time separatorsd395262fmt/strtime: remove breadcrumbs comment2f6602efmt/strtime: add "lenient" mode forstrtimeformatting APIs9f3d5ebfmt/strtime: add support for%::zand%:::z8860d97fmt/strtime: use Temporal offset parser instrptime0957978fmt/strtime: add more%zand%:ztestsUpdates
sysinfofrom 0.34.2 to 0.35.0Changelog
Sourced from sysinfo's changelog.
Commits
Updates
ccfrom 1.2.20 to 1.2.21Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
0342d85chore: release v1.2.21 (#1464)e93b705Fix wasm32-unknown-unknown by passing -c (#1424)Updates
jiff-staticfrom 0.2.10 to 0.2.11Changelog
Sourced from jiff-static's changelog.
Commits
0d1cf190.2.11407180achangelog: 0.2.112dc5b00doc: fix typo in "formatting"3acc4f9display: clarify default precision inDisplayimplsc9701c3fmt/rfc2822: fix handling whitespace at comma and time separatorsd395262fmt/strtime: remove breadcrumbs comment2f6602efmt/strtime: add "lenient" mode forstrtimeformatting APIs9f3d5ebfmt/strtime: add support for%::zand%:::z8860d97fmt/strtime: use Temporal offset parser instrptime0957978fmt/strtime: add more%zand%:ztestsUpdates
windows-corefrom 0.57.0 to 0.61.0Release notes
Sourced from windows-core's releases.
... (truncated)
Commits
5888c8cRelease 0.61.0 (#3418)9911feeImprove feature search UX, add dark mode, and update deps (#3422)eed7453Update GitHub Actions runners (#3423)284f189Avoidtransmutewhere possible (#3421)b35dfd1Update web workflow to use external origin (#3420)3566fcaFix provenance in direct32 sample (#3419)382ea56Usetrack_callerto make debuggingcppwinrtbuild script errors easier (#...f09c132Shorten sample crate names (#3416)5e8ce09cppwinrtshould consistently panic on failure (#3415)d02c977Detect unsupported array parameters (#3402)Updates
windows-implementfrom 0.57.0 to 0.60.0Release notes
Sourced from windows-implement's releases.
... (truncated)
Commits
519ddf7Release 0.60.0 (#3293)0f7466cAddDerefimplementation forHSTRING(#3291)bca9a76Address Rust nightly compiler warnings (#3292)26635b2Fixcppwinrtbuild concurrency (#3289)bf53fa6Expandraw-dylibtesting (#3287)4442770Updatejsonschemadependency (#3286)ff6f56dMoveVARIANTsupport to thewindowscrate (#3282)ddb8c83Updatejsonschemadependency from 0.18 to 0.19 (#3283)820723dUpdate serve-static and express dependencies (#3274)406a902Excludewebon most workflows (#3279)Updates
windows-interfacefrom 0.57.0 to 0.59.1Release notes
Sourced from windows-interface's releases.
... (truncated)
Commits
Updates
windows-resultfrom 0.1.2 to 0.3.2Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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