Skip to content

Commit

Permalink
fix: Bump async-stripe version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Feb 27, 2024
1 parent 0defabb commit 9fc29ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/api/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 backend/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ uuid = "1.1.2"
quote = "1.0.18"
hashfn = "0.2.0"
csv = "1.1.6"
async-stripe = { version = "0.31.0", features = ["runtime-tokio-hyper-rustls"] }
async-stripe = { version = "0.34.1", features = ["runtime-tokio-hyper-rustls"] }
bigdecimal = "0.4.0"
mime = "0.3.16"

Expand Down
2 changes: 1 addition & 1 deletion shared/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ uuid = { version = "1.1.2", features = ["serde"] }
thiserror = "1.0.30"
strum = "0.25.0"
strum_macros = "0.25.3"
async-stripe = { version = "0.31.0", features = ["runtime-tokio-hyper-rustls"], optional = true }
async-stripe = { version = "0.34.1", features = ["runtime-tokio-hyper-rustls"], optional = true }
macros = { path = "../macros" }
unicode-segmentation = "1.8.0"
derive_setters = "0.1.5"
Expand Down

0 comments on commit 9fc29ad

Please sign in to comment.