From aca42e01c38e5e28719a3a1f5ae20cc50b5be0b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:54:31 +0000 Subject: [PATCH] Update Rust crate futures to 0.3.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91e1b41c..1a7252e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ chrono = { version = "0.4.31", features = ["alloc", "std", "clock", "serde", "un clap = { version = "4.4.11", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] } -futures = "0.3.29" +futures = "0.3.30" glob = "0.3.1" html-minifier = "4.0.0" latex2mathml = "0.2.3"