diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index bec851b52..42f742b6c 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -14,7 +14,7 @@ async-trait = "0.1.64" cfg-if = "1.0.0" chrono = { version = "0.4.23", default-feature = false } env_logger = { version = "0.10.0", optional = true } -futures = { version = "0.3.25", optional = true } +futures = { version = "0.3.26", optional = true } lazy_static = "1.4.0" log = "0.4.17" quick-xml = { version = "0.27.1", optional = true, features = ["serialize"] }