Upgrade async-compat

This commit is contained in:
Jonas Platte 2023-10-11 09:43:44 +02:00 committed by Jonas Platte
parent 4b98d24230
commit 4e86954008
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -263,8 +263,8 @@ dependencies = [
[[package]]
name = "async-compat"
version = "0.2.1"
source = "git+https://github.com/jplatte/async-compat?rev=b83b197622d8b5756d3594ce73b720896b07faae#b83b197622d8b5756d3594ce73b720896b07faae"
version = "0.2.2"
source = "git+https://github.com/jplatte/async-compat?rev=16dc8597ec09a6102d58d4e7b67714a35dd0ecb8#16dc8597ec09a6102d58d4e7b67714a35dd0ecb8"
dependencies = [
"futures-core",
"futures-io",

View File

@ -80,5 +80,5 @@ inherits = "dev"
opt-level = 3
[patch.crates-io]
async-compat = { git = "https://github.com/jplatte/async-compat", rev = "b83b197622d8b5756d3594ce73b720896b07faae" }
async-compat = { git = "https://github.com/jplatte/async-compat", rev = "16dc8597ec09a6102d58d4e7b67714a35dd0ecb8" }
const_panic = { git = "https://github.com/jplatte/const_panic", rev = "9024a4cb3eac45c1d2d980f17aaee287b17be498" }