diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 1c3e7a200..57c63112d 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -25,9 +25,9 @@ tempfile = "3" either = "1.6.1" tar = "0.4" flate2 = "1" -anyhow = "1.0.35" -thiserror = "1.0.22" -rand = "0.7" +anyhow = "1.0.37" +thiserror = "1.0.23" +rand = "0.8" nfd = "0.0.4" tauri-dialog = "0.1.0" attohttpc = { version = "0.16.0", features = [ "json", "form" ] }