From c7e33c0a82551eeb2eb696db24e212cba87a1cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 03:01:04 +0000 Subject: [PATCH 1/3] Bump whoami from 1.1.3 to 1.1.4 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/libcala/whoami/releases) - [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md) - [Commits](https://github.com/libcala/whoami/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d7edb..7c8dfff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,9 +1153,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1" +checksum = "cabfe22aa4936611957e0b5ad9ed0472ac52b2bfb9aedac4a3f3a91a03bd1ff0" dependencies = [ "wasm-bindgen", "web-sys", From ca641fcf8fec3e2c1bc1f60bb1133c2df08ea503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 03:01:13 +0000 Subject: [PATCH 2/3] Bump whoami from 1.1.4 to 1.1.5 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/libcala/whoami/releases) - [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md) - [Commits](https://github.com/libcala/whoami/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c8dfff..90721dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,9 +1153,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cabfe22aa4936611957e0b5ad9ed0472ac52b2bfb9aedac4a3f3a91a03bd1ff0" +checksum = "483a59fee1a93fec90eb08bc2eb4315ef10f4ebc478b3a5fadc969819cb66117" dependencies = [ "wasm-bindgen", "web-sys", From 38af78bf4002abe6ac9024131c4dfe78ad65c8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 03:01:34 +0000 Subject: [PATCH 3/3] Bump attohttpc from 0.17.0 to 0.18.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- duckscript_sdk/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90721dd..5de00a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8bda305457262b339322106c776e3fd21df860018e566eb6a5b1aa4b6ae02d" +checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" dependencies = [ "flate2", "http", @@ -1163,9 +1163,9 @@ dependencies = [ [[package]] name = "wildmatch" -version = "1.1.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a" +checksum = "d6c48bd20df7e4ced539c12f570f937c6b4884928a87fee70a479d72f031d4e0" [[package]] name = "winapi" diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index dcf342c..5d85482 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = "^0.17" +attohttpc = "^0.18" base64 = "^0.13" cfg-if = "^1.0" duckscript = { version = "^0.7.1", path = "../duckscript" }