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