From fc2af4af9c68c5ff9e2d3d0bf08bfcc29ae621af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:24:31 +0000 Subject: [PATCH] Bump async-stripe from 0.37.3 to 0.39.1 Bumps [async-stripe](https://github.com/arlyon/async-stripe) from 0.37.3 to 0.39.1. - [Release notes](https://github.com/arlyon/async-stripe/releases) - [Changelog](https://github.com/arlyon/async-stripe/blob/master/CHANGELOG.md) - [Commits](https://github.com/arlyon/async-stripe/compare/v0.37.3...v0.39.1) --- updated-dependencies: - dependency-name: async-stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plus/bencher_billing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4a51a854..b6d0dc997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,9 +431,9 @@ dependencies = [ [[package]] name = "async-stripe" -version = "0.37.3" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f14b5943a52cf051bbbbb68538e93a69d1e291934174121e769f4b181113f5" +checksum = "58d670cf4d47a1b8ffef54286a5625382e360a34ee76902fd93ad8c7032a0c30" dependencies = [ "chrono", "futures-util", diff --git a/plus/bencher_billing/Cargo.toml b/plus/bencher_billing/Cargo.toml index 0581418bd..4cec0bd06 100644 --- a/plus/bencher_billing/Cargo.toml +++ b/plus/bencher_billing/Cargo.toml @@ -11,7 +11,7 @@ thiserror.workspace = true tokio = { workspace = true, features = ["rt", "macros"] } uuid.workspace = true # Crate -async-stripe = { version = "0.37", features = ["runtime-tokio-hyper-rustls"] } +async-stripe = { version = "0.39", features = ["runtime-tokio-hyper-rustls"] } [dev-dependencies] chrono.workspace = true