diff --git a/Cargo.lock b/Cargo.lock index 306a5cf..51a0774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bincode" diff --git a/filegram-web/Cargo.toml b/filegram-web/Cargo.toml index 2dd39b0..c0ccb0c 100644 --- a/filegram-web/Cargo.toml +++ b/filegram-web/Cargo.toml @@ -14,7 +14,7 @@ wasm-bindgen = { version = "0.2.91", default-features = false } yew = { version = "0.21.0", features = ["csr"] } gloo-file = "0.3.0" gloo-utils = { version = "0.2.0", default-features = false } -base64 = "0.22.0" +base64 = "0.22.1" serde_json = "1.0.115" [dev-dependencies]