Skip to content

Commit

Permalink
build(deps): Depend on heck >=0.4, <0.6 (#508)
Browse files Browse the repository at this point in the history
Change the dependency on heck from 0.5 to >=0.4, <0.6.
  • Loading branch information
govinda-kamath authored Jun 17, 2024
1 parent 9bf72bd commit a91a376
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-martian/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ docopt = "1.0"
serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0"
strfmt = ">=0.1.6, <0.3"
heck = "0.5"
heck = ">=0.4, <0.6"
2 changes: 1 addition & 1 deletion martian/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ license = "MIT"
anyhow = { version = "1", features = ["backtrace"] }
backtrace = "0.3"
fern = ">=0.5, <0.7"
heck = "0.5"
heck = ">=0.4, <0.6"
log = "0.4"
rayon = { version = "1", optional = true }
rustc_version = ">=0.3, <0.5"

0 comments on commit a91a376

Please sign in to comment.