Skip to content

Commit b869a79

Browse files
A0-3951: Bump the all-rust-deps group across 1 directory with 8 updates
Bumps the all-rust-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aleph-bft-crypto](https://github.com/Cardinal-Cryptography/AlephBFT) | `0.9.0` | `0.9.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.135` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.221.0` | `1.223.0` | Updates `aleph-bft-crypto` from 0.9.0 to 0.9.1 - [Commits](https://github.com/Cardinal-Cryptography/AlephBFT/commits) Updates `async-trait` from 0.1.83 to 0.1.85 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.85) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.217) Updates `serde_json` from 1.0.133 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.135) Updates `thiserror` from 1.0.69 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.3) Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0) Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.95) Updates `wat` from 1.221.0 to 1.223.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.221.0...v1.223.0) --- updated-dependencies: - dependency-name: aleph-bft-crypto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-rust-deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d081824 commit b869a79

File tree

3 files changed

+57
-41
lines changed

3 files changed

+57
-41
lines changed

Cargo.lock

Lines changed: 54 additions & 38 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
@@ -75,9 +75,9 @@ serde = { version = "1.0", default-features = false }
7575
serde_json = { version = "1.0", default-features = false }
7676
smallvec = { version = "1", default-features = false }
7777
static_assertions = { version = "1.1" }
78-
thiserror = { version = "1.0" }
78+
thiserror = { version = "2.0" }
7979
tiny-bip39 = { version = "1.0" }
80-
tokio = { version = "1.41" }
80+
tokio = { version = "1.43" }
8181
rand_pcg = { version = "0.3.1", default-features = false }
8282

8383
frame-benchmarking = { git = "https://github.com/Cardinal-Cryptography/polkadot-sdk.git", branch = "aleph-v1.6.0", default-features = false }

pallets/operations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sp-std = { workspace = true }
2727
sp-io = { workspace = true }
2828
pallet-timestamp = { workspace = true }
2929
frame-election-provider-support = { workspace = true }
30-
anyhow = "1.0.93"
30+
anyhow = "1.0.95"
3131
wat = "1"
3232

3333
[features]

0 commit comments

Comments
 (0)