Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.32.0 (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent b452c02 commit b2ee425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ liquid = "0.26.4"
serde = "1.0.188"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "macros", "offline", "chrono", "json"] }
thiserror = "1.0.49"
tokio = { version = "1.30.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
walkdir = "2.3.3"
Expand Down

0 comments on commit b2ee425

Please sign in to comment.