diff --git a/Cargo.lock b/Cargo.lock index cc2f932c..4a577ce9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1869,9 +1869,9 @@ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6434a249..7f9768ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ base64 = "0.22.1" console-subscriber = "0.4.1" email_address = "0.2.9" fastrand = "2.3.0" -futures-lite = "2.5.0" +futures-lite = "2.6.0" git-version = "0.3.9" janus_messages = "0.7.45" log = "0.4.22" diff --git a/client/Cargo.toml b/client/Cargo.toml index b12df92a..3b6fc277 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -33,7 +33,7 @@ num-rational = "0.4.2" [dev-dependencies] divviup-api.workspace = true fastrand = "2.3.0" -futures-lite = "2.5.0" +futures-lite = "2.6.0" test-support.workspace = true trillium = "0.2.20" trillium-macros = "0.0.6"