diff --git a/Cargo.toml b/Cargo.toml index da4a64d..e005d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "<4.5", features = [ "derive" ] } codicon = "3.0" colorful = "0.2.2" libc = "0.2.139" -base64 = "0.13.0" +base64 = "0.22.1" openssl = { version = "0.10", features = ["vendored"] } uuid = "1.3.2" anyhow = "1.0.57"