Merge pull request #285 from sagiegurari/dependabot/cargo/attohttpc-0.24.0

Bump attohttpc from 0.23.1 to 0.24.0
This commit is contained in:
Sagie Gur-Ari 2022-11-07 06:33:53 +02:00 committed by GitHub
commit a9129348b2
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"