From 5813727069bcf50fbb6b5ca06fd9dae0f4a73f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:55:53 -0400 Subject: [PATCH] Update Rust crate async-stripe to 0.39 (#17379) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-stripe](https://redirect.github.com/arlyon/async-stripe) | workspace.dependencies | minor | `0.38` -> `0.39` | --- ### Release Notes
arlyon/async-stripe (async-stripe) ### [`v0.39.1`](https://redirect.github.com/arlyon/async-stripe/blob/HEAD/CHANGELOG.md#0391-2024-09-03) [Compare Source](https://redirect.github.com/arlyon/async-stripe/compare/v0.39.0...v0.39.1) ##### Bug Fixes - correct docs host and path for API references ([539836d](https://redirect.github.com/arlyon/async-stripe/commit/539836d01904742110171a9d6ef877b4cc3f87a3)) ### [`v0.39.0`](https://redirect.github.com/arlyon/async-stripe/blob/HEAD/CHANGELOG.md#0390-2024-08-31) [Compare Source](https://redirect.github.com/arlyon/async-stripe/compare/v0.38.1...v0.39.0) ##### Bug Fixes - `post` -> `post_form` ([bc39260](https://redirect.github.com/arlyon/async-stripe/commit/bc3926039eb50d48cf8f20ddb8110c847e7f7f00)) - Move `promotion_code_ext` to `products` feature ([32435f3](https://redirect.github.com/arlyon/async-stripe/commit/32435f38c242ad47d8c992d1178736c460f107f2)) - Re-export ([24f1782](https://redirect.github.com/arlyon/async-stripe/commit/24f17823b1812886bda32762f9de66dceb83559b)) ##### Features - Create promotion code ([0fde9eb](https://redirect.github.com/arlyon/async-stripe/commit/0fde9eb6bc3333bab3bb135709697d114017be4a)) #### [0.38.1](https://redirect.github.com/arlyon/async-stripe/compare/v0.38.0...v0.38.1) (2024-08-06) ##### Bug Fixes - [#​578](https://redirect.github.com/arlyon/async-stripe/issues/578) allow arbitrary strings for priceId ([a16bc6e](https://redirect.github.com/arlyon/async-stripe/commit/a16bc6e80c1a5e87bf376cbfd6b1f2a8caef992e))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2fadafbb2..b7ca5f7c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -832,9 +832,9 @@ dependencies = [ [[package]] name = "async-stripe" -version = "0.38.1" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ddaa6999d246ba2c6c84d830a1ba0cd16c9234d58701988b3869f0e5bd732d" +checksum = "58d670cf4d47a1b8ffef54286a5625382e360a34ee76902fd93ad8c7032a0c30" dependencies = [ "chrono", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 68a7167e70..bd0a665587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -469,7 +469,7 @@ which = "6.0.0" wit-component = "0.201" [workspace.dependencies.async-stripe] -version = "0.38" +version = "0.39" default-features = false features = [ "runtime-tokio-hyper-rustls",