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"