From 6b7d89615ff30815935f016bf4b7d20ec5b872e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 03:02:07 +0000 Subject: [PATCH] Update attohttpc requirement from ^0.13 to ^0.14 Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] --- duckscript_sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 73a97f1..160724d 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = "^0.13" +attohttpc = "^0.14" base64 = "^0.12" cfg-if = "^0.1" duckscript = { version = "^0.5.0", path = "../duckscript" }