Skip to content

Commit

Permalink
Merge pull request #373 from brave/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate tokio to 1.37.0
  • Loading branch information
rillian authored Apr 11, 2024
2 parents d199f88 + f74eb0f commit 0e64c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppoprf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env_logger = "0.11.3"
log = "0.4.21"
reqwest = { version = "0.12.2", features = [ "blocking", "json" ] }
dotenvy = "0.15.7"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
warp = "0.3.6"

[[bench]]
Expand Down

0 comments on commit 0e64c4c

Please sign in to comment.