Skip to content

Commit

Permalink
Update unicase requirement from 1.0 to 2.6
Browse files Browse the repository at this point in the history
Updates the requirements on [unicase](https://github.com/seanmonstar/unicase) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/unicase/releases)
- [Commits](seanmonstar/unicase@v1.0.0...v2.6.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Sep 14, 2020
1 parent f6d3c05 commit 8dcc87a
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 @@ -18,7 +18,7 @@ license = "MIT"

[dependencies]
hyper = "^0.10.6"
unicase = "1.0"
unicase = "2.6"
url = "1.0"
rand = "0.6.1"
futures = { version = "0.1", optional = true }
Expand Down

0 comments on commit 8dcc87a

Please sign in to comment.