Skip to content

Commit 4b6a100

Browse files
build(deps): bump sp-io from 40.0.0 to 40.0.1
Bumps [sp-io](https://github.com/paritytech/polkadot-sdk) from 40.0.0 to 40.0.1. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) --- updated-dependencies: - dependency-name: sp-io dependency-version: 40.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5620a09 commit 4b6a100

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pallet-revive = { version = "0.5.0", default-features = false }
9090
pallet-revive-mock-network = { version = "0.4.0", default-features = false }
9191
pallet-revive-uapi = { version = "0.4.0", default-features = false, features = ["unstable-hostfn"] }
9292
sp-externalities = { version = "0.30.0", default-features = false }
93-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
93+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
9494
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
9595
sp-core = { version = "36.1.0", default-features = false }
9696
sp-keyring = { version = "41.0.0", default-features = false }

crates/e2e/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sp-weights = { workspace = true }
5050
regex = "1.11.1"
5151
itertools = "0.14.0"
5252

53-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
53+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
5454
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
5555

5656
# todo Pin until https://github.com/jhpratt/deranged/issues/18 is resolved

crates/env/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const_env = { workspace = true }
3232
xcm = { workspace = true }
3333
hex-literal = "1"
3434

35-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
35+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
3636
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
3737

3838
[target.'cfg(target_arch = "riscv64")'.dependencies]

crates/ink/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ linkme = { workspace = true, optional = true }
3333
polkavm-derive = { workspace = true }
3434
xcm = { workspace = true }
3535

36-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
36+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
3737
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
3838

3939
# todo pin until https://github.com/jhpratt/deranged/issues/18 is resolved

crates/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num-traits = { workspace = true, features = ["i128"] }
3232
pallet-revive = { version = "0.5.0", default-features = false }
3333
sp-core = { workspace = true }
3434

35-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
35+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
3636
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
3737
impl-trait-for-tuples = { workspace = true }
3838
itertools = { workspace = true }

crates/storage/traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ink_prelude = { workspace = true }
2121
scale = { workspace = true }
2222
scale-info = { workspace = true, features = ["derive"], optional = true }
2323

24-
sp-io = { version = "40.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
24+
sp-io = { version = "40.0.1", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
2525
sp-runtime-interface = { version = "29.0.1", default-features = false, features = ["disable_target_static_assertions"] }
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)