From d958dad2c9f70bc47e8f91ef79709bee17995b46 Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Mon, 12 Feb 2024 23:35:55 +0900 Subject: [PATCH] Update wg to 0.6 (#59) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad77bac..8c399a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ getrandom = { version = "0.2", features = ["js"] } [features] default = ["sync"] full = ["sync", "async", "serde"] -async = ["async-channel", "async-io", "futures/default", "wg/async"] +async = ["async-channel", "async-io", "futures/default", "wg/future"] sync = ["crossbeam-channel"] serde = ["dep:serde", "dep:serde_json"] @@ -53,7 +53,7 @@ rand = "0.8" serde = { version = "1", optional = true, features = ["derive"] } serde_json = { version = "1", optional = true } seahash = "4.1" -wg = "0.4" +wg = "0.6" thiserror = "1" tracing = "0.1" xxhash-rust = { version = "0.8", features = ["xxh64"] }