From f1fc4d020a40477a11ee5fdc13fef6b37310c906 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 2 Nov 2023 19:36:04 -0700 Subject: [PATCH] notgull pushed a merge conflict, is he stupid? Signed-off-by: John Nunley --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f685fa..29d679f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,13 +39,8 @@ waker-fn = "1.1.0" windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] } [dev-dependencies] -<<<<<<< HEAD -async-channel = "2" -async-net = "1" -======= async-channel = "2.0.0" async-net = "2.0.0" ->>>>>>> faa5742 (Bump various dependencies) blocking = "1" criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] } getrandom = "0.2.7"