From fe62f562e48459d708a6f3d4f0cd27a224329622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 03:01:18 +0000 Subject: [PATCH] Bump attohttpc from 0.29.2 to 0.30.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.29.2 to 0.30.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.29.2...v0.30.0) --- updated-dependencies: - dependency-name: attohttpc dependency-version: 0.30.0 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 4951692b..9c41ce77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.29.2" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48404d931ab11b3a7a5267291b3b8f3590f09b86181381f8e82a7e562ed832c0" +checksum = "4180190041c339065ac865d659c9b5dd5aeeefe16a3c7efbafa9ac2aab147990" dependencies = [ "base64", "flate2", @@ -1688,9 +1688,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.8" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" dependencies = [ "rustls-pki-types", ] diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 63c55a3a..99feb47b 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -23,7 +23,7 @@ include = [ ] [dependencies] -attohttpc = { version = "^0.29", default-features = false, features = [ +attohttpc = { version = "^0.30", default-features = false, features = [ "compress", ] } base64 = "^0.22"