Bump attohttpc from 0.23.1 to 0.24.0

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.23.1...v0.24.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-11-07 03:01:49 +00:00 committed by GitHub
parent c31a0abb13
commit 168b623303
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.23.1"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12489f6c5525b06c7e5d689f0efeeae5b9efc38824478e854da9f4f33f040cf5"
checksum = "b85f766c20e6ae766956f7a2fcc4e0931e79a7e1f48b29132b5d647021114914"
dependencies = [
"flate2",
"http",

View file

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