diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index f249f35ab..1d86d6150 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "1.4.0" tiny_http = { version = "0.7", optional = true } threadpool = "1.8" uuid = { version = "0.8.1", features = [ "v4" ] } -anyhow = "1.0.34" +anyhow = "1.0.35" thiserror = "1.0.22" envmnt = "0.8.4" once_cell = "1.5.2"