diff --git a/Cargo.lock b/Cargo.lock index 540bcc327a3f6fef57fec31b216c17fed1226bae..8e2551f7cc9bc30b6d3b0bd2e8bd8d5fb3c99b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6628,9 +6628,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.6" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", diff --git a/substrate/utils/frame/remote-externalities/Cargo.toml b/substrate/utils/frame/remote-externalities/Cargo.toml index fead2d20c7054772f6c941d4935932203f2d6c9c..ff0b7572d334ca219b0aa007277a06e7aec24824 100644 --- a/substrate/utils/frame/remote-externalities/Cargo.toml +++ b/substrate/utils/frame/remote-externalities/Cargo.toml @@ -27,7 +27,7 @@ sp-runtime = { path = "../../../primitives/runtime" } tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } substrate-rpc-client = { path = "../rpc/client" } futures = "0.3" -indicatif = "0.17.3" +indicatif = "0.17.7" spinners = "4.1.0" tokio-retry = "0.3.0"