Skip to content

Commit

Permalink
Bump to tiny-http 0.7.0 (mozilla#830)
Browse files Browse the repository at this point in the history
Which contains the fix for issue tiny-http#151.
  • Loading branch information
philn authored Aug 17, 2020
1 parent 182c59e commit bdaa65a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
33 changes: 30 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ strip-ansi-escapes = "0.1"
tar = "0.4"
tempfile = "3"
time = "0.1.35"
tiny_http = "0.7"
tokio-compat = "0.1"
tokio-io = "0.1"
tokio-process = "0.2"
Expand All @@ -95,10 +96,6 @@ syslog = { version = "5", optional = true }
void = { version = "1", optional = true }
version-compare = { version = "0.0.10", optional = true }

[patch.crates-io]
# Waiting for #151 to make it into a release
tiny_http = { git = "https://github.com/tiny-http/tiny-http.git", rev = "619680de" }

[dev-dependencies]
assert_cmd = "1"
cc = "1.0"
Expand Down

0 comments on commit bdaa65a

Please sign in to comment.