From ec52ccb61487c1275b7d446982fbf7b3c76064d6 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 22 Oct 2024 17:21:32 +0200 Subject: [PATCH] chore(deps): bump scale-encode from 0.7 to 0.8 (#36) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 544cfbc..3ac155a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ syn = { version = "2.0.38", features = ["full", "extra-traits"] } thiserror = "1.0.50" prettyplease = "0.2.15" scale-decode = "0.14.0" -scale-encode = "0.7.0" +scale-encode = "0.8.0" frame-metadata = { version = "16.0.0", default-features = false, features = ["current", "std"] } bitvec = { version = "1", default-features = false, features = ["alloc"] } pretty_assertions = "1.4.0"