diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 51dd2c65..f0c3e764 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -236,9 +236,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64" -version = "0.23.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" +checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" [[package]] name = "bit-set" @@ -1517,7 +1517,7 @@ dependencies = [ name = "gitdesktop" version = "0.8.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.0", "chrono", "dirs", "keyring", @@ -3461,7 +3461,7 @@ version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8dddc5b1924b9a59fba420166160ca2c4663a4e01803e52eda33070f56d63c8" dependencies = [ - "base64 0.23.1", + "base64 0.23.0", "chrono", "futures", "pastey", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1725ac6b..378220b1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -35,7 +35,7 @@ keyring = { version = "3", features = ["windows-native", "apple-native", "sync-s trash = "5" tokio = { version = "1", features = ["process", "time", "macros", "sync", "rt-multi-thread", "io-std"] } thiserror = "2" -base64 = "0.22.1" +base64 = "0.23.0" tauri-plugin-notification = "2.3.3" os_info = "3" portable-pty = "0.9"