Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 30, 2024
1 parent 91e9017 commit 59c8da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use_self = "warn"

[workspace.dependencies]
# Async runtime
tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "sync", "time", "parking_lot"] }
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread", "sync", "time", "parking_lot"] }

# OpenApi
utoipa = { version = "5.0.0-alpha.2", features = ["actix_extras", "openapi_extensions", "time", "preserve_order", "preserve_path_order", "non_strict_integers"] }
Expand Down

0 comments on commit 59c8da4

Please sign in to comment.