summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-11 05:31:39 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-11 05:43:23 +0000
commit83d1a4b86d1f800b0ef88bcf9bcb9ad76d336a34 (patch)
treed2a329135f4544c6301dd8739b967fbd3ee712c1 /Cargo.toml
parent2dbee86afefafc75273284e30961c884bed9eb06 (diff)
build(deps): bump attohttpc from 0.16.0 to 0.16.1
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.16.0...v0.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a28d6d58..4b5408cdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ semver = "0.11.0"
which = "4.0.2"
# Optional/http:
-attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] }
+attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2.7", optional = true }
shell-words = "1.0.0"