From 0e5da4cbd40dc4486d19f2a7dbdd67c1e149195c Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Mon, 27 Apr 2026 15:30:00 +0200 Subject: [PATCH] compliance: Fix futures dependency (#55003) We need this nowaways outside of the octocrab feature too Release Notes: - N/A --- tooling/compliance/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/compliance/Cargo.toml b/tooling/compliance/Cargo.toml index 9b1ade359da..f98fef63053 100644 --- a/tooling/compliance/Cargo.toml +++ b/tooling/compliance/Cargo.toml @@ -9,13 +9,13 @@ license = "GPL-3.0-or-later" workspace = true [features] -octo-client = ["dep:octocrab", "dep:jsonwebtoken", "dep:futures", "dep:tokio"] +octo-client = ["dep:octocrab", "dep:jsonwebtoken", "dep:tokio"] [dependencies] anyhow.workspace = true async-trait.workspace = true derive_more.workspace = true -futures = { workspace = true, optional = true } +futures.workspace = true itertools.workspace = true jsonwebtoken = { version = "10.2", features = ["use_pem"], optional = true } octocrab = { version = "0.49", default-features = false, features = [