diff --git a/Cargo.toml b/Cargo.toml index 0a048cd..f71b681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12.5", default-features = false, features = ["http2", " serde_json = { version = "1.0.125", default-features = false, features = ["alloc"] } serde = { version = "1.0.208", features = ["derive"] } ring = { version = "0.17.8", default-features = false} -indicatif = "0.17.8" +indicatif = "0.18.3" chrono = "0.4.38" base64 = "0.22.1" rand = "0.9.0"