From bf3c76b44edce31dfa32211db890625b09501c84 Mon Sep 17 00:00:00 2001 From: mochi-neko Date: Sun, 30 Jun 2024 12:43:18 +0900 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f55f1..802fe29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0.*" thiserror = "1.0.*" pin-project = "1.1.*" futures-core = "0.3.*" -clust_macros = { version = "0.8.0", optional = true } +clust_macros = { version = "0.9.0", optional = true } [dev-dependencies] anyhow = "1.0.86"