cargo: bump the cargo-dependencies group across 1 directory with 8 updates#242
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
cargo: bump the cargo-dependencies group across 1 directory with 8 updates#242dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…dates Bumps the cargo-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.60` | | [fs-err](https://github.com/andrewhickman/fs-err) | `3.2.2` | `3.3.0` | | [home](https://github.com/rust-lang/cargo) | `0.5.11` | `0.5.12` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` | | [insta](https://github.com/mitsuhiko/insta) | `1.44.3` | `1.46.3` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.26.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 `clap` from 4.5.54 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.54...clap_complete-v4.5.60) Updates `fs-err` from 3.2.2 to 3.3.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@3.2.2...3.3.0) Updates `home` from 0.5.11 to 0.5.12 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](rust-lang/cargo@home-0.5.11...home-0.5.12) Updates `assert_cmd` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2) Updates `insta` from 1.44.3 to 1.46.3 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.44.3...1.46.3) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `tempfile` from 3.24.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.24.0...v3.26.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: fs-err dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: home dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: insta dependency-version: 1.46.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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-dependencies group with 8 updates in the / directory:
1.0.1001.0.1024.5.544.5.603.2.23.3.00.5.110.5.122.1.12.1.21.44.31.46.31.0.1481.0.1493.24.03.26.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
clapfrom 4.5.54 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
fs-errfrom 3.2.2 to 3.3.0Changelog
Sourced from fs-err's changelog.
Commits
382d966chore: Release fs-err version 3.3.0aaf7704Update changelog823bd02Fix linkc0c63cddoc: Cleanup rustdoc links (#88)19b7166Replace '/' operator in SPDX license expression with 'OR' (#86)2f7ffc9Moreos::unix::fsstuff (#87)Updates
homefrom 0.5.11 to 0.5.12Commits
4f15cc8Make shell completion variables private. (#16144)f71caebMore warning conversions (#16143)fcd0c86Make shell completion variables private.1f9d059Convert RUST_FLAGS and RUSTDOC_FLAGS warnings5e6929fConvert cargo tree warning36bf7f6Add a test for the cargo tree --all warning.b118df4Bump openssl-src to 300.3.5.4+3.5.4 (#16140)85a3813Bump openssl-src to 300.3.5.4+3.5.4211aad4build: remove duplicate dependency, consolidate over unicode-ident (#16137)391c970Bump unicode-ident to 1.0.20Updates
assert_cmdfrom 2.1.1 to 2.1.2Changelog
Sourced from assert_cmd's changelog.
Commits
edda0b2chore: Release assert_cmd version 2.1.2891d412docs: Update changeloge39dc36Merge pull request #267 from epage/mustd947cb0fix: Add must_use before assertions are applied7b8fd99Merge pull request #264 from kemingy/doc_macro_semicolon79f8e57docs: add the missing semicolon for macro6289384chore(deps): Update Rust Stable to v1.92 (#262)7b353d8Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x48cda51chore(deps): Update actions/checkout action to v6ee88946docs: Clarify cargo_bin_cmdUpdates
instafrom 1.44.3 to 1.46.3Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
1324590Release 1.46.3 (#870)b26bc7fFix escaped format inline snapshots not stripping formatting newline (#869)2ab00ccRelease 1.46.2 (#867)97c6f57Fix inline snapshot corruption with carriage returns (#866)2a9f7adRemove globset version cap (#864)8a5b775Release 1.46.1 (#859)822f404Fix inline snapshot corruption with multiple snapshots in with_settings! (#858)7d27e3aRelease 1.46.0 (#855)3aa59d6Add INSTA_PENDING_DIR environment variable for hermetic builds (#852)fd40cf7Fix docs for test.runner_fallback config key (#853)Updates
serde_jsonfrom 1.0.148 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formattingUpdates
tempfilefrom 3.24.0 to 3.26.0Changelog
Sourced from tempfile's changelog.
Commits
929a112chore: release 3.26.029d6ac5Add Redox OS CI (#394)375067fdoc(README): document supported platformsd353717feat(redox): implement persist() (#393)64114d7Fix typos in documentation (#392)9a38b8dchore: release 3.25.0fd4430bchore: allow getrandom 0.4.x (#391)8e5ba93ci: restrict permissions to the empty set by default (#389)4645b68ci: improve formatting and simplify freebsd CI (#388)3eb40e0ci: adds FreeBsd ci using vm runner (#387)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 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