From 96c66875b5f5802c4ce57cc5ec5c3a15f1592288 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 9 Aug 2026 12:50:18 +0200 Subject: [PATCH] [deps] cargo update --- Cargo.lock | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2b3b4c..ce5b2a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,6 +133,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "bit-set" version = "0.8.0" @@ -2008,7 +2014,7 @@ dependencies = [ name = "lanspread-tauri-deno-ts" version = "0.1.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "eyre", "lanspread-compat", "lanspread-db", diff --git a/Cargo.toml b/Cargo.toml index 705d512..160bd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.dependencies] -base64 = "0.22" +base64 = "0.23" bytes = { version = "1", features = ["serde"] } crc32fast = "1" eyre = "0.6"