diff --git a/Cargo.lock b/Cargo.lock index 631d1a0c3..e7149cdcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1636,9 +1636,9 @@ checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-lite" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb" +checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index a97b73cd8..17439b943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } ansi_term = "0.12.0" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } criterion = "0.3" -futures-lite = "1.7.0" +futures-lite = "1.12.0" log = "0.4.11" pretty_assertions = "0.7.2" pretty_env_logger = "0.4.0"