Skip to content

Commit a91a376

Browse files
build(deps): Depend on heck >=0.4, <0.6 (#508)
Change the dependency on heck from 0.5 to >=0.4, <0.6.
1 parent 9bf72bd commit a91a376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cargo-martian/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ docopt = "1.0"
1212
serde = { version = "1.0", features = ['derive'] }
1313
serde_json = "1.0"
1414
strfmt = ">=0.1.6, <0.3"
15-
heck = "0.5"
15+
heck = ">=0.4, <0.6"

martian/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
anyhow = { version = "1", features = ["backtrace"] }
1414
backtrace = "0.3"
1515
fern = ">=0.5, <0.7"
16-
heck = "0.5"
16+
heck = ">=0.4, <0.6"
1717
log = "0.4"
1818
rayon = { version = "1", optional = true }
1919
rustc_version = ">=0.3, <0.5"

0 commit comments

Comments
 (0)