build(deps): bump the progress-bar group with 1 update (#7299)
Bumps the progress-bar group with 1 update: [indicatif](https://github.com/console-rs/indicatif). - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.5...0.17.6) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: progress-bar ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2bf4aa330
commit
77c00aef73
|
|
@ -2005,9 +2005,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.17.5"
|
version = "0.17.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
|
checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"instant",
|
"instant",
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ log = "0.4.19"
|
||||||
|
|
||||||
# prod feature progress-bar
|
# prod feature progress-bar
|
||||||
howudoin = { version = "0.1.2", features = ["term-line"], optional = true }
|
howudoin = { version = "0.1.2", features = ["term-line"], optional = true }
|
||||||
indicatif = { version = "0.17.5", optional = true }
|
indicatif = { version = "0.17.6", optional = true }
|
||||||
|
|
||||||
# test feature proptest-impl
|
# test feature proptest-impl
|
||||||
proptest = { version = "1.2.0", optional = true }
|
proptest = { version = "1.2.0", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue