Skip to content

Commit cf5d1b9

Browse files
Update strum requirement from 0.25.0 to 0.26.2 (#356)
--- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lucasliang <nkcs_lykx@hotmail.com>
1 parent cd1533d commit cf5d1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rhai = { version = "1.7", features = ["sync"], optional = true }
6060
scopeguard = "1.1"
6161
serde = { version = "1.0", features = ["derive"] }
6262
serde_repr = "0.1"
63-
strum = { version = "0.25.0", features = ["derive"] }
63+
strum = { version = "0.26.2", features = ["derive"] }
6464
thiserror = "1.0"
6565

6666
[dev-dependencies]

0 commit comments

Comments
 (0)