diff --git a/Cargo.lock b/Cargo.lock index 68239701ac679f930dec07b30037e9e753981800..f3d62686f9d6dada8e7c93f8ed9f81cd8c10566c 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 740aaa9c1ab255341b536123b93e9d65b5f15f66..514b3708e2115291f7371dea5e884f3221bf419f 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",