diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index 033866d..321b028 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -53,7 +53,7 @@ shlex = "2.0" sha2 = "0.11" hex = "0.4" os_pipe = "1.2" -base64 = "0.22" +base64 = "0.23" thiserror = "2" tempfile = "3" diff --git a/Cargo.lock b/Cargo.lock index 1d547e8..5e58192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,6 +341,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" + [[package]] name = "bit-set" version = "0.8.0" @@ -2956,7 +2962,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" name = "openvcs" version = "0.4.3" dependencies = [ - "base64 0.22.1", + "base64 0.23.0", "directories", "dirs", "dotenvy",