diff --git a/crates/signia-cli/Cargo.toml b/crates/signia-cli/Cargo.toml index a7926aa..2a83156 100644 --- a/crates/signia-cli/Cargo.toml +++ b/crates/signia-cli/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" [dependencies] anyhow = "1" -thiserror = "1" +thiserror = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" time = { version = "0.3", features = ["std"] } @@ -18,7 +18,7 @@ sha2 = "0.10" hex = "0.4" walkdir = "2" url = "2" -reqwest = { version = "0.12", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json", "rustls-tls"] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } clap = { version = "4", features = ["derive"] } indicatif = "0.17"