Skip to content

Commit

Permalink
build(deps): bump heck from 0.4.1 to 0.5.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent e29a867 commit 9bf72bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-martian/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
heck = "0.5"
2 changes: 1 addition & 1 deletion martian/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
anyhow = { version = "1", features = ["backtrace"] }
backtrace = "0.3"
fern = ">=0.5, <0.7"
heck = "0.4"
heck = "0.5"
log = "0.4"
rayon = { version = "1", optional = true }
rustc_version = ">=0.3, <0.5"
Expand Down

0 comments on commit 9bf72bd

Please sign in to comment.