From a4f85314c0de1ca4e924c590e3d8e33b345210a0 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 11 Oct 2023 09:43:44 +0200 Subject: [PATCH] Upgrade async-compat --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8116929f415..1f538a48ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8b00eacf71b..7c3b7889985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }