diff --git a/Cargo.toml b/Cargo.toml index 0b158ad..16db36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pkg-fmt = "bin" crate-type = ["cdylib", "rlib"] [dependencies] -thiserror = "1" +thiserror = "1.0.61" [target.'cfg(not(target_family = "wasm"))'.dependencies] clap = { version = "4.5.4", features = ["derive"] }