From 21633773721cb3a0c80dfa4316df0ceedf425741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 16:53:33 +0000 Subject: [PATCH] chore(deps): update rust crate futures to 0.3.27 --- Cargo.toml | 2 +- crates/shutdown_signal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b91a991..e89ffd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ archimedes_crontab_parser = { path = "./crates/crontab_parser", version = "0.1.0 archimedes_migrations = { path = "./crates/migrations", version = "0.1.0" } archimedes_shutdown_signal = { path = "./crates/shutdown_signal", version = "0.1.0" } chrono = { version = "0.4.23", features = ["serde"] } -futures = "0.3.26" +futures = "0.3.27" getset = "0.1.2" num_cpus = "1.15.0" serde = { version = "1.0.154", features = ["derive"] } diff --git a/crates/shutdown_signal/Cargo.toml b/crates/shutdown_signal/Cargo.toml index 514135e..0eabbd7 100644 --- a/crates/shutdown_signal/Cargo.toml +++ b/crates/shutdown_signal/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] cfg-if = "1.0.0" -futures = "0.3.26" +futures = "0.3.27" tokio = { version = "1.26.0", features = ["signal"] } tracing = "0.1.37"