Skip to content

Commit 25d135e

Browse files
chore(deps): bump the patch-versions group with 6 updates
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>
1 parent deb4860 commit 25d135e

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fvm2 = { package = "fvm", version = "~2.10", default-features = false }
8888
fvm3 = { package = "fvm", version = "~3.12", default-features = false }
8989
fvm4 = { package = "fvm", version = "~4.6.1", default-features = false, features = ["verify-signature"] }
9090
fvm_ipld_blockstore = "0.3.1"
91-
fvm_ipld_encoding = "0.5.2"
91+
fvm_ipld_encoding = "0.5.3"
9292
fvm_shared2 = { package = "fvm_shared", version = "~2.10" }
9393
fvm_shared3 = { package = "fvm_shared", version = "~3.12", features = ["proofs"] }
9494
fvm_shared4 = { package = "fvm_shared", version = "~4.6.1", features = ["proofs"] }
@@ -255,7 +255,7 @@ proc-macro2 = { version = "1", default-features = false, features = ["span-locat
255255
quickcheck = "1"
256256
quickcheck_async = "0.1"
257257
quickcheck_macros = "1"
258-
ra_ap_syntax = "0.0.273"
258+
ra_ap_syntax = "0.0.274"
259259
regex-automata = "0.4"
260260
serial_test = "3"
261261
syn = { version = "2", default-features = false, features = ["full", "parsing", "visit", "printing", "extra-traits"] }

0 commit comments

Comments
 (0)