Procházet zdrojové kódy

Upgrade dependencies.

Jing Yang před 4 roky
rodič
revize
43cb272fd3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ rand = "0.8.0"
 tokio = { version = "1.7", features = ["macros", "rt-multi-thread", "sync", "time", "parking_lot"] }
 tokio = { version = "1.7", features = ["macros", "rt-multi-thread", "sync", "time", "parking_lot"] }
 
 
 [dev-dependencies]
 [dev-dependencies]
-futures = { version = "0.3.15", default-features = false, features = ["std", "thread-pool"] }
+futures = { version = "0.3.19", default-features = false, features = ["std", "thread-pool"] }
 lazy_static = "1.4.0"
 lazy_static = "1.4.0"
 
 
 [features]
 [features]