diff --git a/Cargo.lock b/Cargo.lock index f1a06e7..ba70565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ name = "bl" version = "0.1.0" dependencies = [ "artifact", - "base64 0.21.7", + "base64 0.22.0", "bytes", "chrono", "clients", diff --git a/Cargo.toml b/Cargo.toml index 9f63054..df83aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ codegen-units = 1 [workspace.dependencies] axum = { version = "0.7.4", features = ["macros", "tracing"] } axum-login = "0.13" -base64 = { version = "0.21" } +base64 = { version = "0.22" } bytes = "1.5.0" cfg-if = "1" color-eyre = "0.6"