1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-25 06:07:43 +00:00

build(deps): bump attohttpc from 0.15.0 to 0.16.0

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.15.0...v0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-13 16:09:05 +00:00
parent 875ed1ed12
commit f7a4c43656
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View File

@ -47,9 +47,9 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]] [[package]]
name = "attohttpc" name = "attohttpc"
version = "0.15.0" version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe174d1b67f7b2bafed829c09db039301eb5841f66e43be2cf60b326e7f8e2cc" checksum = "1082810677916862c7704351dfe4696a837aaf34da0dd6431abc60783e71ee8f"
dependencies = [ dependencies = [
"http", "http",
"log", "log",
@ -58,6 +58,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"url", "url",
"wildmatch",
] ]
[[package]] [[package]]
@ -1463,6 +1464,12 @@ version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wildmatch"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae79c150cec3fd46326dfb57f358b1f8f75223869555c5cb6c896a393ee4615c"
[[package]] [[package]]
name = "winapi" name = "winapi"
version = "0.3.9" version = "0.3.9"

View File

@ -63,7 +63,7 @@ serde_derive = "1.0.115"
notify-rust = { version = "4.0.0", optional = true } notify-rust = { version = "4.0.0", optional = true }
# Optional/http: # Optional/http:
attohttpc = { version = "0.15.0", optional = true, default-features = false, features = ["tls", "form"] } attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2", optional = true } native-tls = { version = "0.2", optional = true }
shell-words = "1.0.0" shell-words = "1.0.0"