Merge pull request #3894 from deltachat/dependabot/cargo/base64-0.20.0

This commit is contained in:
dependabot[bot]
2023-01-06 23:09:16 +00:00
committed by GitHub
3 changed files with 15 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ trust-dns-resolver = "0.22"
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
backtrace = "0.3"
base64 = "0.13"
base64 = "0.20"
bitflags = "1.3"
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
dirs = { version = "4", optional=true }