diff --git a/Cargo.lock b/Cargo.lock index 7eca5ad..978effb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index a71f347..155c1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ scale-encode = "0.10.0" frame-metadata = { version = "17.0.0", default-features = false, features = ["current", "std"] } bitvec = { version = "1", default-features = false, features = ["alloc"] } pretty_assertions = "1.4.1" -anyhow = "1.0.92" +anyhow = "1.0.95" peekmore = "1.3.0" scale-value = "0.18.0" rand_chacha = "0.3.1"