Bump attohttpc from 0.25.0 to 0.26.0

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.25.0...v0.26.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] 2023-07-31 03:09:28 +00:00 committed by GitHub
parent cb9e049705
commit 00e8090aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

11
Cargo.lock generated
View file

@ -43,9 +43,9 @@ dependencies = [
[[package]]
name = "attohttpc"
version = "0.25.0"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e57d6e7a84f33ff3316e97af3180fe7f86597a6a60161c0be70c0e45f382620"
checksum = "bc9bb18c94ac664e95a8bc8a0034f4c05f77c86ff31012927f22d76c0224245e"
dependencies = [
"flate2",
"http",
@ -1248,12 +1248,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
version = "0.23.1"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
"rustls-webpki",
]
checksum = "c9c6eda1c830a36f361e7721c87fd79ea84293b54f8c48c959f85ec636f0f196"
[[package]]
name = "which"

View file

@ -23,7 +23,7 @@ include = [
]
[dependencies]
attohttpc = { version = "^0.25", default-features = false, features = [
attohttpc = { version = "^0.26", default-features = false, features = [
"compress",
] }
base64 = "^0.21"