From ade57d76250ca6f3e3ccf8c143e02bee82da6129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 03:01:34 +0000 Subject: [PATCH] Bump attohttpc from 0.19.1 to 0.20.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- duckscript_sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4baef2..9889876 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "262c3f7f5d61249d8c00e5546e2685cd15ebeeb1bc0f3cc5449350a1cb07319e" +checksum = "6ca359af0239b00307656f0d6520fab5997a068cdfcfdb424e5466a3ea7958c5" dependencies = [ "flate2", "http", diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 4c53aa6..9ab5241 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = { version = "^0.19", default-features = false, features = [ +attohttpc = { version = "^0.20", default-features = false, features = [ "compress", ] } base64 = "^0.13"