Bump attohttpc from 0.18.0 to 0.19.0

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-21 03:01:42 +00:00 committed by GitHub
parent b75aac72c7
commit 0b61b27158
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

@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "attohttpc"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072"
checksum = "f77e990b71f68dfa546bddbcbabd1a2f79ab74d075f8f602efd4b54b24cdcd26"
dependencies = [
"flate2",
"http",

View file

@ -23,7 +23,7 @@ include = [
]
[dependencies]
attohttpc = { version = "^0.18", default-features = false, features = [
attohttpc = { version = "^0.19", default-features = false, features = [
"compress",
] }
base64 = "^0.13"