diff --git a/Cargo.lock b/Cargo.lock index d193dfa..7d2d01b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 61294b7..789f08c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Hemant Rajput <68769346+rajput-hemant@users.noreply.github.com>"] [dependencies] axum = "0.6.20" -base64 = "0.21.2" +base64 = "0.21.4" dotenv = "0.15.0" openssl = "0.10.56" reqwest = { version = "0.11.18", features = ["serde_json", "json"] }