diff --git a/Cargo.lock b/Cargo.lock
index 37394ce..5ff93a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6,7 +6,7 @@ version = 3
 name = "PowerSession"
 version = "0.1.9"
 dependencies = [
- "base64 0.13.0",
+ "base64",
  "clap",
  "fern",
  "log",
@@ -37,12 +37,6 @@ version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 
-[[package]]
-name = "base64"
-version = "0.13.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
-
 [[package]]
 name = "base64"
 version = "0.21.2"
@@ -705,7 +699,7 @@ version = "0.11.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 dependencies = [
- "base64 0.21.2",
+ "base64",
  "bytes",
  "encoding_rs",
  "futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index f900aa4..c197f9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ reqwest = { version = "0.11.20", features = ["blocking", "multipart"] }
 
 rustc_version_runtime = "0.2.1"
 os_info = "3"
-base64 = "0.13.0"
+base64 = "0.21.2"
 
 #[cfg(windows)]
 windows = {git = "https://github.com/microsoft/windows-rs.git", version = "0.37.0", features=[