Skip to content

Commit

Permalink
Bump async-stripe from 0.37.3 to 0.39.1
Browse files Browse the repository at this point in the history
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](arlyon/async-stripe@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 9721a4a commit fc2af4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plus/bencher_billing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc2af4a

Please sign in to comment.