Skip to content

Commit

Permalink
Bump indicatif from 0.15.0 to 0.16.2
Browse files Browse the repository at this point in the history
Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.2.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases)
- [Commits](console-rs/indicatif@0.15.0...0.16.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 24, 2021
1 parent 53528dc commit edcb5e7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 10 deletions.
30 changes: 24 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/hersir/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", b
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
indicatif = "0.15"
indicatif = "0.16"
jormungandr-testing-utils = { path = "../jormungandr-testing-utils" }
jormungandr-lib = { path = "../../jormungandr-lib" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ poldercast = "1.2"
thiserror = "1.0"
url = "2.2.0"
yaml-rust = "0.4.4"
indicatif = "0.15.0"
indicatif = "0.16.2"
fs_extra = "1.1.0"
tempfile = "3"
json = "0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-scenario-tests/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ hex = "0.4"
futures = "0.3.18"
console = "0.15"
yaml-rust = "0.4.4"
indicatif = "0.15"
indicatif = "0.16"
lazy_static = "1"
multiaddr = { package = "parity-multiaddr", version = "0.11" }

Expand Down
2 changes: 1 addition & 1 deletion testing/mjolnir/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ jormungandr-integration-tests = { path = "../jormungandr-integration-tests" }
thiserror = "1.0"
structopt = "^0.3"
assert_fs = "1.0"
indicatif = "0.15"
indicatif = "0.16"
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
Expand Down

0 comments on commit edcb5e7

Please sign in to comment.