diff --git a/Cargo.lock b/Cargo.lock index 2469eb9..62b15ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2014,7 +2014,7 @@ name = "omikron" version = "0.1.0" dependencies = [ "ansi_term", - "base64 0.22.1", + "base64 0.23.1", "dashmap", "dotenv", "livekit-api", diff --git a/Cargo.toml b/Cargo.toml index b758cd8..2961149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" } ansi_term = "0.12.1" uuid = { version = "1.24.0", features = ["v4"] } -base64 = "0.22.1" +base64 = "0.23.0" dashmap = "6.2.1" once_cell = "1.21.4" rand = "0.10.2"