Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2023
1 parent 9e9d8aa commit 9d8cd06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ serde_json = "1.0.93"
sqlx = { version = "0.6.2", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.38"
tracing = "0.1.37"
tokio = { version = "1.25.0", features = ["macros", "signal"], optional = true }
tokio = { version = "1.26.0", features = ["macros", "signal"], optional = true }
rand = "0.8.5"
hex = "0.4.3"
cfg-if = "1.0.0"

[dev-dependencies]
tokio = { version = "1.25.0", features = ["macros"] }
tokio = { version = "1.26.0", features = ["macros"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion crates/crontab_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ serde_json = "1.0.93"
getset = "0.1.2"
tracing = "0.1.37"
once_cell = "1.17.1"
tokio = { version = "1.25.0", features = ["time"], optional = true }
tokio = { version = "1.26.0", features = ["time"], optional = true }
2 changes: 1 addition & 1 deletion crates/migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sqlx = { version = "0.6.2", features = ["postgres"] }
tracing = "0.1.37"

[dev-dependencies]
tokio = "1.25.0"
tokio = "1.26.0"
2 changes: 1 addition & 1 deletion crates/shutdown_signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
cfg-if = "1.0.0"
futures = "0.3.26"
tokio = { version = "1.25.0", features = ["signal"] }
tokio = { version = "1.26.0", features = ["signal"] }
tracing = "0.1.37"

0 comments on commit 9d8cd06

Please sign in to comment.