Skip to content

Commit

Permalink
Update to heck 0.5, version-compare 0.2 and itertools 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and gdesmott committed Mar 19, 2024
1 parent edbce0f commit 22fedf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ readme = "README.md"
[dependencies]
pkg-config = "0.3.23"
toml = { version = "0.8", default-features = false, features = ["parse"] }
version-compare = "0.1"
heck = "0.4"
version-compare = "0.2"
heck = "0.5"
cfg-expr = { version = "0.15.5", features = ["targets"] }

[dev-dependencies]
lazy_static = "1"
itertools = "0.11"
itertools = "0.12"
assert_matches = "1.5"

0 comments on commit 22fedf3

Please sign in to comment.