diff --git a/Cargo.lock b/Cargo.lock index cc3a4bc..42a2ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "base64" -version = "0.22.1" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index aa99fa6..07cac4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1", features = ["full"] } ropey = "1" dashmap = "6" percent-encoding = "2" -base64 = "0.22" +base64 = "0.23" glam = "0.27" image = { version = "0.24.9", default-features = false, features = ["dds", "png", "tga"] }