Skip to content

Comments

chore(deps): bump the patch-versions group with 6 updates#5583

Merged
hanabi1224 merged 2 commits intomainfrom
dependabot/cargo/patch-versions-0af98003de
Apr 15, 2025
Merged

chore(deps): bump the patch-versions group with 6 updates#5583
hanabi1224 merged 2 commits intomainfrom
dependabot/cargo/patch-versions-0af98003de

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the patch-versions group with 6 updates:

Package From To
anyhow 1.0.97 1.0.98
clap 4.5.35 4.5.36
data-encoding-macro 0.1.17 0.1.18
fvm_ipld_encoding 0.5.2 0.5.3
serde_ipld_dagcbor 0.6.2 0.6.3
ra_ap_syntax 0.0.273 0.0.274

Updates anyhow from 1.0.97 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • See full diff in compare view

Updates clap from 4.5.35 to 4.5.36

Release notes

Sourced from clap's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates data-encoding-macro from 0.1.17 to 0.1.18

Commits

Updates fvm_ipld_encoding from 0.5.2 to 0.5.3

Commits

Updates serde_ipld_dagcbor from 0.6.2 to 0.6.3

Commits
  • c07f8cd chore: fix serde dev-dependency to make the crate publishable
  • c2a8779 chore: Release serde_ipld_dagcbor version 0.6.3
  • caeba63 feat: add support for stream deserialization (#36)
  • 561fc7a fix: clippy lint
  • 57923d4 fix: fix badges in README.md (#37)
  • See full diff in compare view

Updates ra_ap_syntax from 0.0.273 to 0.0.274

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the patch-versions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
| [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |
| [data-encoding-macro](https://github.com/ia0/data-encoding) | `0.1.17` | `0.1.18` |
| [fvm_ipld_encoding](https://github.com/filecoin-project/ref-fvm) | `0.5.2` | `0.5.3` |
| [serde_ipld_dagcbor](https://github.com/ipld/serde_ipld_dagcbor) | `0.6.2` | `0.6.3` |
| [ra_ap_syntax](https://github.com/rust-lang/rust-analyzer) | `0.0.273` | `0.0.274` |


Updates `anyhow` from 1.0.97 to 1.0.98
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.97...1.0.98)

Updates `clap` from 4.5.35 to 4.5.36
- [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.35...clap_complete-v4.5.36)

Updates `data-encoding-macro` from 0.1.17 to 0.1.18
- [Commits](https://github.com/ia0/data-encoding/commits)

Updates `fvm_ipld_encoding` from 0.5.2 to 0.5.3
- [Changelog](https://github.com/filecoin-project/ref-fvm/blob/master/doc/testnet-release-process.md)
- [Commits](https://github.com/filecoin-project/ref-fvm/compare/fvm_ipld_encoding@v0.5.2...fvm_ipld_encoding@v0.5.3)

Updates `serde_ipld_dagcbor` from 0.6.2 to 0.6.3
- [Commits](ipld/serde_ipld_dagcbor@v0.6.2...v0.6.3)

Updates `ra_ap_syntax` from 0.0.273 to 0.0.274
- [Release notes](https://github.com/rust-lang/rust-analyzer/releases)
- [Commits](https://github.com/rust-lang/rust-analyzer/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: clap
  dependency-version: 4.5.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: data-encoding-macro
  dependency-version: 0.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: fvm_ipld_encoding
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: serde_ipld_dagcbor
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: ra_ap_syntax
  dependency-version: 0.0.274
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 19:59
@dependabot dependabot bot requested review from lemmih and sudo-shashank and removed request for a team April 14, 2025 19:59
@hanabi1224 hanabi1224 enabled auto-merge April 14, 2025 23:16
@hanabi1224 hanabi1224 added this pull request to the merge queue Apr 15, 2025
Merged via the queue into main with commit 211e4da Apr 15, 2025
34 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/cargo/patch-versions-0af98003de branch April 15, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants