cargo(deps): bump the rust-dependencies group across 1 directory with 9 updates#13
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
cargo(deps): bump the rust-dependencies group across 1 directory with 9 updates#13dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… 9 updates Bumps the rust-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.53` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [serde](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.1` | `1.4.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.24.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.0` | `0.18.3` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.17` | `2.1.1` | Updates `clap` from 4.5.47 to 4.5.53 - [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.47...clap_complete-v4.5.53) Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `serde` from 1.0.224 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.228) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `csv` from 1.3.1 to 1.4.0 - [Commits](BurntSushi/rust-csv@1.3.1...1.4.0) Updates `tempfile` from 3.22.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.24.0) Updates `indicatif` from 0.18.0 to 0.18.3 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.18.0...0.18.3) Updates `assert_cmd` from 2.0.17 to 2.1.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.17...v2.1.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: csv dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
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 rust-dependencies group with 9 updates in the / directory:
4.5.474.5.531.0.991.0.1002.0.162.0.171.0.2241.0.2281.0.1451.0.1481.3.11.4.03.22.03.24.00.18.00.18.32.0.172.1.1Updates
clapfrom 4.5.47 to 4.5.53Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
3716f9fchore: Release613b69adocs: Update changelogd117f7aMerge pull request #6028 from epage/argcb8255dfeat(builder): Allow quoted id's for arg macro1036060Merge pull request #6025 from AldaronLau/typos-in-faq2fcafc0docs: Fix minor grammar issues in FAQa380b65Merge pull request #6023 from epage/template4d7ab14chore: Update from _rust/main templateb8a7ea4chore(deps): Update Rust Stable to v1.87 (#18)f9842b3chore: Avoid MSRV problems out of the boxUpdates
anyhowfrom 1.0.99 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
thiserrorfrom 2.0.16 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
serdefrom 1.0.224 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
serde_jsonfrom 1.0.145 to 1.0.148Release notes
Sourced from serde_json's releases.
Commits
8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146bc6c827Merge pull request #1305 from Xeonacid/patch-1a09210aSet fast_arithmetic=64 for riscv6401182e5Update actions/upload-artifact@v5 -> v6383b13aUpdate actions/upload-artifact@v4 -> v5Updates
csvfrom 1.3.1 to 1.4.0Commits
4a3997e1.4.0a0a3c9ecsv-core-0.1.13f8e6b07deps: switchserdedependency toserde_core7c7c135style: address many Clippy lints5b2da18doc: simplify tutorial section on accessing headers633552aperf: serialize 128-bit integers viaitoae9f06f4lint: fixneedless_lifetimesandmismatched_lifetime_syntaxes9dab947test: fix broken test after panic message changeda00088style: address many Clippy lintsf973cd4enum: use#[non_exhaustive]instead of#[doc(hidden)]variantUpdates
tempfilefrom 3.22.0 to 3.24.0Changelog
Sourced from tempfile's changelog.
Commits
1712764chore: release v3.24.0a8dc864feat: completely support WASIP2 on stable rust (#382)5a03572Exclude CI scripts from published package (#384)da894f1build(deps): bump actions/checkout from 5 to 6 (#383)fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)Updates
indicatiffrom 0.18.0 to 0.18.3Release notes
Sourced from indicatif's releases.
Commits
23100f5Bump version to 0.18.345e5af9Apply suggestions from clippy 1.91b31a0beAdd ProgressBar::set_elapsed368de49Bump version to 0.18.26d4e7d3style: tweak write_ansi_range() style01957a7Fix wide_msg truncation with a colored messagee836112Bump version to 0.18.1e69d621Fix wide_bar width computation with multiline a message985f053Bump MSRV to 1.71 (for console 0.16.1)5436ffcStart versioning Cargo.lockUpdates
assert_cmdfrom 2.0.17 to 2.1.1Changelog
Sourced from assert_cmd's changelog.
Commits
68e4a2cchore: Release assert_cmd version 2.1.1b3cb5d6Merge pull request #250 from epage/docs1ddc1d6docs: Correct examples forcargo_bin!ef752dechore: Release assert_cmd version 2.1.0278df89docs: Update changelogb84678bMerge pull request #248 from epage/depb744e27fix: Deprecate cargo_bin (runtime version)b8f7dedfeat: Providecargo_bin_cmd!e60035fdocs: Prefer pkg_name over CARGO_PKG_NAME069482bdocs: Use a local example forcargo_bin!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