diff --git a/client/Cargo.toml b/client/Cargo.toml index fc04886..dd91580 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -13,7 +13,7 @@ keywords.workspace = true [dependencies] async-stream = "0.3" async-trait = "0.1" -base64 = { version = "0.21", optional = true } +base64 = { version = "0.22", optional = true } futures = "0.3" http = { version = "0.2", optional = true } js-sys = { version = "0.3", optional = true }