Skip to content

Commit

Permalink
chore(deps): require tokio 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 21, 2024
1 parent 41e94c8 commit 38b2202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctioning_platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = ["auctions", "foundation", "webapp"]
# external crates
axum = { version = "0.7", default-features = false, features = ["tokio"] }
reqwest = { version = "0.11.16", default-features = false }
tokio = { version = "1", default-features = false, features = [
tokio = { version = "^1.25", default-features = false, features = [
"macros",
"rt-multi-thread",
] }

0 comments on commit 38b2202

Please sign in to comment.