aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--filamento/Cargo.toml2
-rw-r--r--lampada/Cargo.toml2
-rw-r--r--luz/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml
index 9fcf247..04fd90c 100644
--- a/filamento/Cargo.toml
+++ b/filamento/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-futures = "0.3.31"
+futures = "0.3.30"
lampada = { version = "0.1.0", path = "../lampada" }
tokio = { workspace = true }
thiserror = "2.0.11"
diff --git a/lampada/Cargo.toml b/lampada/Cargo.toml
index 090aa9f..3f3a803 100644
--- a/lampada/Cargo.toml
+++ b/lampada/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-futures = "0.3.31"
+futures = "0.3.30"
luz = { version = "0.1.0", path = "../luz" }
peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
jid = { version = "0.1.0", path = "../jid" }
diff --git a/luz/Cargo.toml b/luz/Cargo.toml
index 4cee747..6dee784 100644
--- a/luz/Cargo.toml
+++ b/luz/Cargo.toml
@@ -28,7 +28,7 @@ stanza = { version = "0.1.0", path = "../stanza" }
peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
# peanuts = { version = "0.1.0", path = "../../peanuts" }
jid = { version = "0.1.0", path = "../jid" }
-futures = "0.3.31"
+futures = "0.3.30"
take_mut = "0.2.2"
pin-project-lite = "0.2.15"
pin-project = "1.1.7"