Skip to content

Commit

Permalink
Bump benchmark tool's tokio to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 14, 2023
1 parent fe37d55 commit 9dee901
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/benchmark-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
yew = { path = "../../packages/yew", features = ["ssr"] }
function_router = { path = "../../examples/function_router" }
tokio = { version = "1.33", features = ["full"] }
tokio = { version = "1.35", features = ["full"] }
average = "0.14.1"
tabled = "0.14.0"
indicatif = "0.17.7"
Expand Down

0 comments on commit 9dee901

Please sign in to comment.