diff --git a/Cargo.toml b/Cargo.toml index b9846e7..c2493c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sha2 = "^0.11.0-rc.5" hmac = "^0.13.0-rc.5" derive_more = { version = "^2.0", features = ["deref", "from", "into"] } hex = "^0.4" -base64 = "^0.22" +base64 = "^0.23.0" serde = { version = "^1.0", features = ["derive"], optional = true } serde_json = { version = "^1.0", optional = true } wasm-bindgen = { version = "^0.2", optional = true }