diff --git a/Cargo.lock b/Cargo.lock index 9a0ece4b43ff34ebc5e3d0b1277e91e530976459..6fc45b850def21395c09d3894ff82b630d1222ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" dependencies = [ - "funty", + "funty 1.1.0", "radium 0.6.2", "tap", "wyz", @@ -497,7 +497,7 @@ dependencies = [ "colored", "contract-metadata", "env_logger", - "funty", + "funty 2.0.0", "futures", "heck", "hex", @@ -1065,6 +1065,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" +[[package]] +name = "funty" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + [[package]] name = "futures" version = "0.3.18" diff --git a/Cargo.toml b/Cargo.toml index 8f34ab2615f26055a8b0dbe5fdd5785d9a62741c..20d3687c9d2b66ba952303c4ccff764532261cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,7 @@ subxt = { version = "0.14.0", package = "substrate-subxt", optional = true } futures = { version = "0.3.18", optional = true } hex = { version = "0.4.3", optional = true } -# Should be removed once bitvecto-rs/bitvec#105 is resolved -funty = "=1.1.0" +funty = "2.0.0" [build-dependencies] anyhow = "1.0.50"