diff --git a/Cargo.lock b/Cargo.lock index b9e1e5f34f..e8e2c75164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,9 +1309,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" [[package]] name = "dbl" diff --git a/Cargo.toml b/Cargo.toml index 518c3752f1..820800acc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ base64 = { workspace = true } brotli = { version = "7", default-features=false, features = ["std"] } bytes = "1" chrono = { workspace = true, features = ["alloc", "clock", "std"] } -data-encoding = "2.6.0" +data-encoding = "2.7.0" email = { git = "https://github.com/deltachat/rust-email", branch = "master" } encoded-words = "0.2" escaper = "0.1"