diff --git a/Cargo.lock b/Cargo.lock index 4915bf9..a7a29a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1429,7 +1429,7 @@ dependencies = [ "anyhow", "argon2", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "destructure", "dotenvy", "jsonwebkey", diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index ab6129d..9387cbc 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "1.5", features = ["serde", "v4"] } time = { version = "0.3", features = ["serde"] } serde = { version = "1", features = ["derive"] } sha2 = "0.10.8" -base64 = "0.21.5" +base64 = "0.22.0" once_cell = "1" destructure = "0.5.5" async-trait = "0.1"