Skip to content

Commit f74eb0f

Browse files
chore(deps): update rust crate tokio to 1.37.0
1 parent d199f88 commit f74eb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppoprf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env_logger = "0.11.3"
2828
log = "0.4.21"
2929
reqwest = { version = "0.12.2", features = [ "blocking", "json" ] }
3030
dotenvy = "0.15.7"
31-
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] }
31+
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
3232
warp = "0.3.6"
3333

3434
[[bench]]

0 commit comments

Comments
 (0)