Skip to content

Commit

Permalink
Merge pull request #14 from coreos/dependabot/cargo/strum_macros-gte-…
Browse files Browse the repository at this point in the history
…0.20-and-lt-0.23

build(deps): update strum_macros requirement from >= 0.20, < 0.22 to >= 0.20, < 0.23
  • Loading branch information
bgilbert committed Oct 11, 2021
2 parents 6250e50 + 76dae24 commit 13f40d8
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 @@ -10,7 +10,7 @@ anyhow = "1.0"
nix = ">= 0.20, < 0.24"
serde = { version = "^1.0", features = ["derive"] }
strum = ">= 0.20, < 0.23"
strum_macros = ">= 0.20, < 0.22"
strum_macros = ">= 0.20, < 0.23"

[dev-dependencies]
serde_json = "1.0"

0 comments on commit 13f40d8

Please sign in to comment.