diff --git a/Cargo.toml b/Cargo.toml index 076b9aa..1b146e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ zip = { version = "0.6", default-features = false, features = ["time"], optional either = { version = "1", optional = true } reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] } hyper = "0.14" -indicatif = "0.16" +indicatif = "0.17" quick-xml = "0.22" regex = "1" log = "0.4"