From e33612df46f25b020d9e831278899c5c21b2412a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:53:35 +0000 Subject: [PATCH] chore(deps): update no_std_io2 requirement from 0.8.1 to 0.9.3 Updates the requirements on [no_std_io2](https://github.com/wcampbell0x2a/no-std-io2) to permit the latest version. - [Release notes](https://github.com/wcampbell0x2a/no-std-io2/releases) - [Changelog](https://github.com/wcampbell0x2a/no-std-io2/blob/main/CHANGELOG.md) - [Commits](https://github.com/wcampbell0x2a/no-std-io2/compare/v0.8.1...v0.9.3) --- updated-dependencies: - dependency-name: no_std_io2 dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e862436..be7f653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.116", default-features = false, optional = true } serde_bytes = { version = "0.11.5", default-features = false, features = ["alloc"], optional = true } arbitrary = { version = "1.1.0", optional = true } -no_std_io2 = { version = "0.8.1", default-features = false } +no_std_io2 = { version = "0.9.3", default-features = false } [dev-dependencies] multihash-derive = { version = "0.9.2", default-features = false }