diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c6f5f4c..06922c2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3151,15 +3151,15 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] name = "strum_macros" -version = "0.24.3" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" +checksum = "fe9f3bd7d2e45dcc5e265fbb88d6513e4747d8ef9444cf01a533119bce28a157" dependencies = [ "heck 0.4.1", "proc-macro2", "quote", "rustversion", - "syn 1.0.109", + "syn 2.0.18", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 63175ef..267a4df 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.3.0", features = ["process-command-api", "shell-open", "updater"] } tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } strum = "0.24.1" -strum_macros = "0.24.3" +strum_macros = "0.25.0" bollard = "0.14.0" futures = "0.3.28" tokio = "1.25.0"