diff --git a/Cargo.lock b/Cargo.lock index d193dfa..78d3445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 61294b7..fa79f5d 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.3" dotenv = "0.15.0" openssl = "0.10.56" reqwest = { version = "0.11.18", features = ["serde_json", "json"] }