From 2ff6dca85c3456f15188af6255289bbaf44c6d01 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sat, 1 Apr 2023 08:22:52 +0800 Subject: [PATCH] Upgrade `quanta` to v0.11.0 This version depends on `mach2` crate for macOS/iOS targets as a replacement of unmaintained `mach`. (See #243) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6861ab93..21d00260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ triomphe = { version = "0.1.3", default-features = false } # Optional dependencies (enabled by default) crossbeam-epoch = { version = "0.9.9", optional = true } -quanta = { version = "0.10.0", optional = true } +quanta = { version = "0.11.0", optional = true } thiserror = { version = "1.0", optional = true } uuid = { version = "1.1", features = ["v4"], optional = true }