Skip to content

Commit 9f35d49

Browse files
Update strum requirement from 0.24 to 0.25 (#176)
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eebd09f commit 9f35d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ smallvec = "1.6.1"
5353
cast = { version = "0.3", features = ["std"] }
5454
arrow = { version = "41", default-features = false, features = ["prettyprint", "ffi"] }
5555
rust_decimal = "1.14"
56-
strum = { version = "0.24", features = ["derive"] }
56+
strum = { version = "0.25", features = ["derive"] }
5757
r2d2 = { version = "0.8.9", optional = true }
5858
calamine = { version = "0.21.0", optional = true }
5959
num = { version = "0.4", optional = true, default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)