mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
robo(deps): bump tiny_http from 0.10.0 to 0.11.0 (#171)
Bumps [tiny_http](https://github.com/tiny-http/tiny-http) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/tiny-http/tiny-http/releases) - [Changelog](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/tiny-http/tiny-http/compare/v0.10.0...0.11.0) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
931f1e5131
commit
f6072a9bee
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1693,9 +1693,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tiny_http"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c5f8734c6d6943ad6df6b588d228a87b4af184998bcffa268ceddf05c2055a8c"
|
||||
checksum = "e0d6ef4e10d23c1efb862eecad25c5054429a71958b4eeef85eb5e7170b477ca"
|
||||
dependencies = [
|
||||
"ascii",
|
||||
"chunked_transfer",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ md5 = "^0.7"
|
|||
symlink = "^0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tiny_http = "^0.10"
|
||||
tiny_http = "^0.11"
|
||||
subprocess = "^0.2"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Reference in a new issue