diff --git a/Cargo.lock b/Cargo.lock index 8612f96..e6298c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,15 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.21.5" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" @@ -921,7 +927,7 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa" dependencies = [ - "base64", + "base64 0.21.7", "indexmap 1.9.1", "line-wrap", "quick-xml", @@ -1354,7 +1360,7 @@ dependencies = [ "anyhow", "assert_cmd", "assert_fs", - "base64", + "base64 0.22.1", "chrono", "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index ae79fa8..36a44c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" [dependencies] anyhow = "1.0.80" -base64 = "0.21.5" +base64 = "0.22.1" chrono = "0.4.38" clap = { version = "4.1.11", features = ["derive"] } clap-verbosity-flag = "2.2.0"