Skip to content

Commit

Permalink
Update watt requirement from 0.4 to 0.5 (#20)
Browse files Browse the repository at this point in the history
Updates the requirements on [watt](https://github.com/dtolnay/watt) to permit the latest version.
- [Release notes](https://github.com/dtolnay/watt/releases)
- [Commits](dtolnay/watt@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: watt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 8aa896f commit 89e8459
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 @@ -14,5 +14,5 @@ version = "0.2.2"
proc_macro = true

[dependencies]
watt = "0.4"
watt = "0.5"

0 comments on commit 89e8459

Please sign in to comment.