Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent a1aa55a commit 05d778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 05d778a

Please sign in to comment.