From 4e601c31b4e00e140f84f1cea495a802c145c8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:46:49 +0000 Subject: [PATCH] chore(cargo): bump data-encoding from 2.6.0 to 2.7.0 Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.6.0 to 2.7.0. - [Commits](https://github.com/ia0/data-encoding/commits) --- updated-dependencies: - dependency-name: data-encoding dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9e1e5f34..e8e2c7516 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 518c3752f..820800acc 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"