From 059d5ef079a8c371c9cb16c1b6aeda839784659c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:57:48 +0000 Subject: [PATCH] Update async-stripe requirement from 0.25.2 to 0.26.0 Updates the requirements on [async-stripe](https://github.com/arlyon/async-stripe) to permit the latest version. - [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.25.2...v0.26.0) --- updated-dependencies: - dependency-name: async-stripe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1dcb6a..1f6c73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" -async-stripe = { version = "0.25.2", default-features = false, features = ["runtime-tokio-hyper-rustls", "billing", "connect", "webhook-events", "uuid", "stream", "checkout"] } +async-stripe = { version = "0.26.0", default-features = false, features = ["runtime-tokio-hyper-rustls", "billing", "connect", "webhook-events", "uuid", "stream", "checkout"] } axum = { version = "0.6.20", features = ["http2", "headers"] } chrono = { version = "0.4.31", features = ["serde"] } dashmap = "5.5.3"