diff --git a/Cargo.toml b/Cargo.toml index de68542..f4613b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tracing-attributes = "0.1.27" futures = "0.3.28" derive_more = "0.99.17" sha2 = "0.10.8" -base64 = "0.21.5" +base64 = "0.22.1" jsonwebtoken = {version = "9.1.0", features = ["use_pem"] } crc32fast = "1.3.2" git-version = "0.3.5"