From 995627cfa1f715d6c1e85cd6b00942efe16e6188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 06:57:35 +0000 Subject: [PATCH] Update smptera-format-identifiers-rust requirement from 0.3.0 to 0.4.0 Updates the requirements on [smptera-format-identifiers-rust](https://github.com/dholroyd/smptera-format-identifiers-rust) to permit the latest version. - [Commits](https://github.com/dholroyd/smptera-format-identifiers-rust/commits) --- updated-dependencies: - dependency-name: smptera-format-identifiers-rust 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 66e65be..cc98f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" fixedbitset = "0.4.0" encoding = "0.2" log = "0.4" -smptera-format-identifiers-rust = "0.3.0" +smptera-format-identifiers-rust = "0.4.0" [dev-dependencies] assert_matches = "1.5.0"