Merge pull request #4768 from deltachat/dependabot/cargo/brotli-3.4.0

This commit is contained in:
dependabot[bot]
2023-10-03 01:21:32 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ async-smtp = { version = "0.9", default-features = false, features = ["runtime-t
async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }
backtrace = "0.3"
base64 = "0.21"
brotli = { version = "3.3", default-features=false, features = ["std"] }
brotli = { version = "3.4", default-features=false, features = ["std"] }
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = { git = "https://github.com/async-email/encoded-words", branch = "master" }