diff --git a/Cargo.toml b/Cargo.toml index 7507f65..1a78d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rspotify-http = { path = "rspotify-http", version = "0.11.5", default-features = async-stream = { version = "0.3.2", optional = true } async-trait = { version = "0.1.51", optional = true } -base64 = "0.13.0" +base64 = "0.21.0" chrono = { version = "0.4.19", features = ["serde", "rustc-serialize"] } dotenv = { version = "0.15.0", optional = true } futures = { version = "0.3.17", optional = true }