Skip to content

Commit

Permalink
Update async-stripe requirement from 0.23.0 to 0.25.1
Browse files Browse the repository at this point in the history
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](arlyon/async-stripe@v0.23.0...v0.25.1)

---
updated-dependencies:
- dependency-name: async-stripe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 28, 2023
1 parent abea902 commit 11f1957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
async-stripe = { version = "0.23.0", default-features = false, features = ["runtime-tokio-hyper-rustls", "billing", "connect", "webhook-events", "uuid", "stream", "checkout"] }
async-stripe = { version = "0.25.1", 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"
Expand Down

0 comments on commit 11f1957

Please sign in to comment.