Skip to content

Commit

Permalink
Update toml requirement from 0.4 to 0.5 in /dhc
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.0...0.5.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and jmgao committed Apr 9, 2019
1 parent 608012c commit 7f6a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ triple_buffer = "4.0.1"
twoway = "0.2.0"

serde = { version = "1.0", features = ["derive"] }
toml = "0.4"
toml = "0.5"

winapi = { version = "0.3", features = ["winuser", "handleapi", "hidpi", "hidsdi"] }
hwndloop = "0.1.5"
Expand Down

0 comments on commit 7f6a92f

Please sign in to comment.