Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent c49a203 commit 5c8e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctioning_platform/webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
axum = { version = "0.6.12", default-features = false, features = ["tokio"] }
reqwest = { version = "0.11.16", default-features = false }
tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.36.0", default-features = false, features = ["macros", "rt-multi-thread"] }

0 comments on commit 5c8e58d

Please sign in to comment.