Skip to content

Commit 27ce3f1

Browse files
authored
Merge pull request #44 from coreos/dependabot/cargo/strum_macros-gte-0.20-and-lt-0.26
build(deps): update strum_macros requirement from >= 0.20, < 0.25 to >= 0.20, < 0.26
2 parents b8abe11 + 758be51 commit 27ce3f1

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
@@ -10,7 +10,7 @@ rust-version = "1.58.0"
1010
[dependencies]
1111
serde = { version = "^1.0", features = ["derive"] }
1212
strum = ">= 0.20, < 0.26"
13-
strum_macros = ">= 0.20, < 0.25"
13+
strum_macros = ">= 0.20, < 0.26"
1414

1515
[dev-dependencies]
1616
anyhow = "1.0"

0 commit comments

Comments
 (0)