From 05d778a30a087b58ec30818cbff5c0a07db109ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:21:32 +0000 Subject: [PATCH] Update strum requirement from 0.25 to 0.26 --- updated-dependencies: - dependency-name: strum 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 99c4f03a..da5caedb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ smallvec = "1.6.1" cast = { version = "0.3", features = ["std"] } arrow = { version = "51", default-features = false, features = ["prettyprint", "ffi"] } rust_decimal = "1.14" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } calamine = { version = "0.22.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] }