chore(deps): bump the rust group with 8 updates#26
Merged
Conversation
Bumps the rust group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [clap](https://github.com/clap-rs/clap) | `4.5.56` | `4.5.60` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) | `3.1.1` | `3.1.2` | | [strum](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [subprocess](https://github.com/hniksic/rust-subprocess) | `0.2.14` | `1.0.0` | | [toml](https://github.com/toml-rs/toml) | `0.9.11+spec-1.1.0` | `1.0.3+spec-1.1.0` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `clap` from 4.5.56 to 4.5.60 - [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.56...clap_complete-v4.5.60) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `shellexpand` from 3.1.1 to 3.1.2 - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.1...shellexpand-3.1.2) Updates `strum` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `subprocess` from 0.2.14 to 1.0.0 - [Commits](hniksic/rust-subprocess@release/0.2.14...release/1.0.0) Updates `toml` from 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.3) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: shellexpand dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: subprocess dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
f3da3ac to
ffbca44
Compare
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 rust group with 8 updates:
1.0.1001.0.1020.4.430.4.444.5.564.5.601.12.21.12.33.1.13.1.20.27.20.28.00.2.141.0.00.9.11+spec-1.1.01.0.3+spec-1.1.0Updates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
chronofrom 0.4.43 to 0.4.44Release notes
Sourced from chrono's releases.
Commits
c14b459Bump version to 0.4.44ea832c5Add track_caller to non-deprecated functionscfae889Fix panic message in to_rfc2822f8900b5docs: match MSRV withCargo.tomlcontentsUpdates
clapfrom 4.5.56 to 4.5.60Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
regexfrom 1.12.2 to 1.12.3Changelog
Sourced from regex's changelog.
Commits
b028e4f1.12.35e195deregex-automata-0.4.14a3433f6regex-syntax-0.8.90c07faeregex-lite-0.1.96a81006cargo: exclude development scripts and fuzzing data4733e28automata: fixonepass::DFA::try_search_slotspanic when too many slots are ...Updates
shellexpandfrom 3.1.1 to 3.1.2Commits
ba453c5Merge branch 'release' into 'main'93948d0Document changes and finalise version 3.1.23bd04daExplain why we're still on os_str_bytes 6.x in Cargo.toml21ce012Routine dependency updatesf593384Merge branch 'fix' into 'main'5245cfaREADME: Fix various misspelled cargo feature references9bb1ddfAdd three lint allows7ecf0c2Add missing elided lifetimesb6173f0Rename WstrExt and WstrRefExt methods69022a0Use rfind rather than raw_len on RawOsStrUpdates
strumfrom 0.27.2 to 0.28.0Changelog
Sourced from strum's changelog.
... (truncated)
Commits
7376771Peternator7/0.28 (#475)26e63cdDisplay exists in core (#477)9334c72Make TryFrom and FromStr infallible if there's a default (#476)0ccbbf8Honor parse_err_ty attribute when the enum has a default variant (#431)2c9e5a9Automatically add Default implementation to EnumDiscriminant if it exists on ...e241243Fix existing cargo fmt + clippy issues and add GH actions (#473)639b67ffeat: allow any kind of passthrough attributes onEnumDiscriminants(#461)0ea1e2ddocs: Fix typo (#463)36c051bUpgradephfto v0.13 (#465)9328b38Use absolute paths in proc macro (#469)Updates
subprocessfrom 0.2.14 to 1.0.0Commits
10e79a0Bump versionbd7146bAdditional doc updates9482452Make pipe inheritance platform-specific to fix Windows3bc22fcPrevent deallocation of Arc after fork819ccbaUse Job methods instead of processes[0] in tests7708889Atomically set O_CLOEXEC wherever possible602af55More migration/readme updatescc949a8Nicer names and direction for Into* traitse528b69Unify Exec and Pipeline doc comments for shared methods16ddb8eDon't depend on libc on WindowsUpdates
tomlfrom 0.9.11+spec-1.1.0 to 1.0.3+spec-1.1.0Commits
7f345e2chore: Release09ef8c6docs: Update changeloge134bb6fix(toml): Don't error on dotted keys extending implicit tables (#1107)8413dbbfix(toml): Don't error on dotted keys extending implicit tablesc38c7b7refactor(parser): Align check structure8d73f2brefactor(parser): Align check order8da0c6brefactor(parser): Better align similar code82bf863refactor(parser): Clarify intent of mixed table check170ebcatest(edit): Ipdate encoder compliance to 1.107dc3fdtest(parse): Show duplicate key errorDependabot 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 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