diff --git a/Cargo.lock b/Cargo.lock index 68239701ac..f3d62686f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,9 +791,9 @@ dependencies = [ [[package]] name = "async-stripe" -version = "0.37.3" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f14b5943a52cf051bbbbb68538e93a69d1e291934174121e769f4b181113f5" +checksum = "97ddaa6999d246ba2c6c84d830a1ba0cd16c9234d58701988b3869f0e5bd732d" dependencies = [ "chrono", "futures-util", @@ -6157,7 +6157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 740aaa9c1a..514b3708e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -461,7 +461,7 @@ which = "6.0.0" wit-component = "0.201" [workspace.dependencies.async-stripe] -version = "0.37" +version = "0.38" default-features = false features = [ "runtime-tokio-hyper-rustls",