Merge pull request #492 from Xithrius/dependabot/cargo/base64-0.21.5

This commit is contained in:
Xithrius 2023-10-31 23:58:12 -07:00 committed by GitHub
commit 85600338b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -129,9 +129,9 @@ dependencies = [
[[package]]
name = "base64"
version = "0.21.4"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "bit_field"

View File

@ -35,7 +35,7 @@ fern = "0.6.2"
dialoguer = { version = "0.11.0", default-features = false }
reqwest = { version = "0.11.22", features = [ "json" ] }
image = "0.24.7"
base64 = "0.21.4"
base64 = "0.21.5"
tempfile = "3.8.1"
serde_with = "3.4.0"
once_cell = "1.18.0"