Skip to content

Commit b8abe11

Browse files
authored
Merge pull request #45 from coreos/dependabot/cargo/strum-gte-0.20-and-lt-0.26
build(deps): update strum requirement from >= 0.20, < 0.25 to >= 0.20, < 0.26
2 parents 9ecb9b6 + e09ca43 commit b8abe11

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
@@ -9,7 +9,7 @@ rust-version = "1.58.0"
99

1010
[dependencies]
1111
serde = { version = "^1.0", features = ["derive"] }
12-
strum = ">= 0.20, < 0.25"
12+
strum = ">= 0.20, < 0.26"
1313
strum_macros = ">= 0.20, < 0.25"
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)