fix(deps): update rust crate indicatif to 0.18.4
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1281,9 +1281,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.18.3"
|
version = "0.18.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
|
checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"portable-atomic",
|
"portable-atomic",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ flate2 = "1.1.9"
|
|||||||
futures = "0.3.32"
|
futures = "0.3.32"
|
||||||
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
|
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
|
||||||
hyper-rustls = { version = "0.27.7", features = ["http1"] }
|
hyper-rustls = { version = "0.27.7", features = ["http1"] }
|
||||||
indicatif = "0.18.3"
|
indicatif = "0.18.4"
|
||||||
lazy-regex = "3.6.0"
|
lazy-regex = "3.6.0"
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user