diff --git a/Cargo.lock b/Cargo.lock index 406a14c3990..02b40f9d9b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.6" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "binary-space-partition" diff --git a/Cargo.toml b/Cargo.toml index b218411a629..529195ce158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ arrayvec = "0.7" async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] } atomic_refcell = "0.1.13" backtrace = "0.3" -base64 = "0.21.6" +base64 = "0.21.7" bitflags = "2.4" bluetooth_traits = { path = "components/shared/bluetooth" } byteorder = "1.5"