-
Notifications
You must be signed in to change notification settings - Fork 182
chore(deps): bump the patch-versions group with 7 updates #6107
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
chore(deps): bump the patch-versions group with 7 updates #6107
Conversation
Bumps the patch-versions group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.58` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.2` | `2.11.4` | | [serde](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` | | [serde_ipld_dagcbor](https://github.com/ipld/serde_ipld_dagcbor) | `0.6.3` | `0.6.4` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.14.0` | `3.14.1` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | Updates `clap` from 4.5.47 to 4.5.48 - [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.48) Updates `clap_complete` from 4.5.57 to 4.5.58 - [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.57...clap_complete-v4.5.58) Updates `indexmap` from 2.11.2 to 2.11.4 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.2...2.11.4) Updates `serde` from 1.0.224 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.226) Updates `serde_ipld_dagcbor` from 0.6.3 to 0.6.4 - [Commits](ipld/serde_ipld_dagcbor@v0.6.3...v0.6.4) Updates `serde_with` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.14.0...v3.14.1) 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) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: clap_complete dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde_ipld_dagcbor dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde_with dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughBumps multiple workspace actor dependencies from 24.1.2 to 24.1.3 in Cargo.toml, and simplifies error-message formatting for invalid EIP-155/homestead transaction v values by formatting the BigInt directly in two source files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (2)
Comment |
|
blocked by ChainSafe/fil-actor-states#403 |
Bumps the patch-versions group with 7 updates:
4.5.474.5.484.5.574.5.582.11.22.11.41.0.2241.0.2260.6.30.6.43.14.03.14.11.0.991.0.100Updates
clapfrom 4.5.47 to 4.5.48Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()Updates
clap_completefrom 4.5.57 to 4.5.58Commits
88f13cbchore: Releasefe2d731docs: Update changelogb256739Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape8aaf704fix(complete): Do not suggest options after "--"4a86feetest(complete): Illustrate current behavior281f8aeMerge pull request #6126 from epage/p3cbce42docs(cookbook): Make typed-derive easier to maintain9fd4dc9docs(cookbook): Provide a custom TypedValueParser8f8e861docs(cookbook): Add local enum to typed-derive926bafedocs(cookbook): Hint at overriding value_nameUpdates
indexmapfrom 2.11.2 to 2.11.4Changelog
Sourced from indexmap's changelog.
Commits
03f9e58Merge pull request #418 from a1phyr/hashbrown_0.16ee6080dRelease 2.11.4a7da8f1Use a range for hashbrown0cd5aefUpdatehashbrownto 0.16fd5c819Merge pull request #417 from cuviper/release-2.11.39321145Release 2.11.3Updates
serdefrom 1.0.224 to 1.0.226Release notes
Sourced from serde's releases.
Commits
1799547Release 1.0.2262dbeefbMerge pull request #2935 from Mingun/dedupe-adj-enums8a3c29fMerge pull request #2986 from dtolnay/didnotworkdefc24dRemove "did not work" comment from test suite2316610Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bdAdd tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66eCheck serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237Opt in to generate-macro-expansion when building on docs.rsUpdates
serde_ipld_dagcborfrom 0.6.3 to 0.6.4Commits
d883d74chore: Release serde_ipld_dagcbor version 0.6.41eb7e20chore: fix link to docs (#48)e4a3aa2feat: make the DAG-CBOR multicodec code public (#47)9c8b1d4chore: clarify cbor4ii Serde code license (#46)c6d2964feat: support deserialising f32s (#45)9650e2fchore(deps): bump actions/checkout from 4 to 5 (#43)d7f93d0fix: add no-default-features to scopguard dep (#40)e84ee0eci: uci/copy-templates (#38)Updates
serde_withfrom 3.14.0 to 3.14.1Release notes
Sourced from serde_with's releases.
Commits
15022b1Bump version to 3.14.1 (#886)69d8ceaEnable crates.io trusted publishing (#885)2e30bbbBump version to 3.14.1afd1333Enable crates.io trusted publishingeec78a0Add 1.90 to CI matrix (#884)ea091d1Generate macro expansion in rustdoc (#883)8876010Add 1.90 to CI matrix555d2bbUpdate formatting for nightly rust (#882)b852142Generate macro expansion in rustdocf414463Update formatting for nightly rustUpdates
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 scriptDependabot 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 conditionsSummary by CodeRabbit