Skip to content

Commit

Permalink
Merge pull request #343 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.35.0
  • Loading branch information
rillian authored Dec 11, 2023
2 parents 3a9782c + 7b28689 commit 1ce6820
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 @@ -29,7 +29,7 @@ log = "0.4.20"
reqwest = { version = "0.11.22", features = [ "blocking", "json" ] }
dotenvy = "0.15.7"
insta = "1.31.0"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "time"] }
warp = "0.3.6"

[[bench]]
Expand Down

0 comments on commit 1ce6820

Please sign in to comment.