Merge pull request #174 from sagiegurari/dependabot/cargo/attohttpc-0.17.0

Bump attohttpc from 0.16.3 to 0.17.0
This commit is contained in:
Sagie Gur-Ari 2021-04-05 07:02:32 +03:00 committed by GitHub
commit b90bcde37b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -26,9 +26,9 @@ dependencies = [
[[package]]
name = "attohttpc"
version = "0.16.3"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
checksum = "9a8bda305457262b339322106c776e3fd21df860018e566eb6a5b1aa4b6ae02d"
dependencies = [
"flate2",
"http",

View file

@ -23,7 +23,7 @@ include = [
]
[dependencies]
attohttpc = "^0.16"
attohttpc = "^0.17"
base64 = "^0.13"
cfg-if = "^1.0"
duckscript = { version = "^0.7", path = "../duckscript" }