Skip to content

Commit 86296b8

Browse files
Update tiny_http requirement from 0.10 to 0.11
Updates the requirements on [tiny_http](https://github.com/tiny-http/tiny-http) to permit the latest version. - [Release notes](https://github.com/tiny-http/tiny-http/releases) - [Changelog](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md) - [Commits](tiny-http/tiny-http@v0.10.0...0.11.0) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16a83c5 commit 86296b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["web-programming::http-server"]
1313

1414
[dependencies]
1515
colored = "2"
16-
tiny_http = "0.10"
16+
tiny_http = "0.11"
1717
infer = "0.7.0"
1818
clap = { version = "3.0.0-rc.8", features = ["derive"] }
1919
istor = "0.2.1"

0 commit comments

Comments
 (0)