Skip to content

Commit

Permalink
chore(deps): update rust crate futures to 0.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2023
1 parent abddcf5 commit 2163377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/shutdown_signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2163377

Please sign in to comment.