diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 281d135e0..f249f35ab 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -29,10 +29,10 @@ 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.33" -thiserror = "1.0.21" +anyhow = "1.0.34" +thiserror = "1.0.22" envmnt = "0.8.4" -once_cell = "1.4.1" +once_cell = "1.5.2" tauri-api = { version = "0.7.5", path = "../tauri-api" } urlencoding = "1.1.1" @@ -41,7 +41,7 @@ runas = "0.2" [build-dependencies] tauri_includedir_codegen = "0.6.2" -cfg_aliases = "0.1.0" +cfg_aliases = "0.1.1" [dev-dependencies] proptest = "0.10.1"