From f20a41405a00385ee8615d7acb09d18165db092e Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 22 Oct 2024 17:16:43 +0200 Subject: [PATCH] chore(deps): bump scale-decode from 0.13 to 0.14 (#37) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf422a5..be13ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ smallvec = "1.10.0" syn = { version = "2.0.38", features = ["full", "extra-traits"] } thiserror = "1.0.50" prettyplease = "0.2.15" -scale-decode = "0.13.0" +scale-decode = "0.14.0" scale-encode = "0.7.0" frame-metadata = { version = "16.0.0", default-features = false, features = ["current", "std"] } bitvec = { version = "1", default-features = false, features = ["alloc"] }