diff options
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r-- | filamento/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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" |