From add0f0dbe5df54e317a4dfa3c59a29e1090e3e3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:50:59 -0400 Subject: [PATCH] Update Rust crate async-stripe to 0.38 (#16264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-stripe](https://togithub.com/arlyon/async-stripe) | workspace.dependencies | minor | `0.37` -> `0.38` | --- ### Release Notes
arlyon/async-stripe (async-stripe) ### [`v0.38.1`](https://togithub.com/arlyon/async-stripe/blob/HEAD/CHANGELOG.md#0381-2024-08-06) [Compare Source](https://togithub.com/arlyon/async-stripe/compare/v0.38.0...v0.38.1) ##### Bug Fixes - [#​578](https://togithub.com/arlyon/async-stripe/issues/578) allow arbitrary strings for priceId ([a16bc6e](https://togithub.com/arlyon/async-stripe/commit/a16bc6e80c1a5e87bf376cbfd6b1f2a8caef992e)) ### [`v0.38.0`](https://togithub.com/arlyon/async-stripe/blob/HEAD/CHANGELOG.md#0380-2024-07-31) [Compare Source](https://togithub.com/arlyon/async-stripe/compare/v0.37.3...v0.38.0) ##### Features - add support for TestClock operations ([d792798](https://togithub.com/arlyon/async-stripe/commit/d792798c3f027e0c57b132ddf168dbd03fcdd926)), closes [#​574](https://togithub.com/arlyon/async-stripe/issues/574) #### [0.37.3](https://togithub.com/arlyon/async-stripe/compare/v0.37.2...v0.37.3) (2024-07-29) ##### Bug Fixes - linting issue for Rust 1.80 ([9232213](https://togithub.com/arlyon/async-stripe/commit/9232213c0665622c91b328d1b2ff20e7f9ff7357)) #### [0.37.2](https://togithub.com/arlyon/async-stripe/compare/v0.37.1...v0.37.2) (2024-07-23) ##### Bug Fixes - rtx id prefix ([67ea232](https://togithub.com/arlyon/async-stripe/commit/67ea2325ba10fd0bc1b5c9e3a3436738caf4a98c)) #### [0.37.1](https://togithub.com/arlyon/async-stripe/compare/v0.37.0...v0.37.1) (2024-05-24) ##### Bug Fixes - Leftover clippy warnings ([888307d](https://togithub.com/arlyon/async-stripe/commit/888307d23d852ebc2f453e788e7fd682efb9dd6f)) - Run clippy on openapi generator ([c63c197](https://togithub.com/arlyon/async-stripe/commit/c63c197e7cd6f73c0183345c82be77ef2a4c06f5))
--- ### 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68239701ac679f930dec07b30037e9e753981800..f3d62686f9d6dada8e7c93f8ed9f81cd8c10566c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,9 +791,9 @@ dependencies = [ [[package]] name = "async-stripe" -version = "0.37.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f14b5943a52cf051bbbbb68538e93a69d1e291934174121e769f4b181113f5" +checksum = "97ddaa6999d246ba2c6c84d830a1ba0cd16c9234d58701988b3869f0e5bd732d" dependencies = [ "chrono", "futures-util", @@ -6157,7 +6157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 740aaa9c1ab255341b536123b93e9d65b5f15f66..514b3708e2115291f7371dea5e884f3221bf419f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -461,7 +461,7 @@ which = "6.0.0" wit-component = "0.201" [workspace.dependencies.async-stripe] -version = "0.37" +version = "0.38" default-features = false features = [ "runtime-tokio-hyper-rustls",