Skip to content

Commit

Permalink
Update toml requirement from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](toml-rs/toml-rs@0.4.2...0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 18, 2019
1 parent 8858383 commit 227aa85
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 @@ -56,7 +56,7 @@ shell-escape = "0.1.4"
tar = { version = "0.4.18", default-features = false }
tempfile = "3.0"
termcolor = "1.0"
toml = "0.4.2"
toml = "0.5.0"
url = "1.1"
url_serde = "0.2.0"
walkdir = "2.2"
Expand Down

0 comments on commit 227aa85

Please sign in to comment.