From aad1d9117a05618ae883e20ae179c582eb998eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:26:42 +0100 Subject: [PATCH] Bump the rust-deps group with 3 updates (#59) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production dependency-group: rust-deps - dependency-name: strum_macros dependency-type: direct:production dependency-group: rust-deps - dependency-name: iso8601 dependency-type: direct:production dependency-group: rust-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b932804..c72f18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ homepage = "https://github.com/pydantic/speedate/" repository = "https://github.com/pydantic/speedate/" [dependencies] -strum = { version = "0.25", features = ["derive"] } -strum_macros = "0.25" +strum = { version = "0.26", features = ["derive"] } +strum_macros = "0.26" [dev-dependencies] chrono = "0.4.19" -iso8601 = "0.4.1" +iso8601 = "0.6.1" paste = "1.0.7"