Skip to content

Commit

Permalink
Merge pull request #11 from kod-kristoff/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate tokio to ^1.36.0
  • Loading branch information
kod-kristoff authored Mar 21, 2024
2 parents 9c6afb8 + 64e7b2c commit 9329626
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 @@ -14,7 +14,7 @@ chrono = "0.4.35"
reqwest = { version = "0.12.0", default-features = false }
rstest = "0.15.0"
rust_decimal = "1.34.3"
tokio = { version = "^1.25", default-features = false, features = [
tokio = { version = "^1.36.0", default-features = false, features = [
"macros",
"rt-multi-thread",
] }

0 comments on commit 9329626

Please sign in to comment.