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