From e4253030b50710939ceba3feda0964fa22058408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:01:39 +0000 Subject: [PATCH] Update hex-literal requirement from 0.2.1 to 0.4.1 Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.2.1...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35f7f24..8a9edb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ smptera-format-identifiers-rust = "0.3.0" log = "0.4" [dev-dependencies] -hex-literal = "0.2.1" +hex-literal = "0.4.1" matches = "0.1.6"