Skip to content

Commit 1f2f31f

Browse files
authored
Merge branch 'main' into mailmap
2 parents 0fb2aa1 + 952cf9b commit 1f2f31f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tako/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ llvm_backend = [ "takolib/llvm_backend" ]
1717
[dependencies]
1818
async-trait = "0.1"
1919
takolib = { path = "../takolib", features = [ "native" ] }
20-
tokio = { version = "1.24", features = [ "full" ] }
20+
tokio = { version = "1.38", features = [ "full" ] }
2121
log = "0.4"
2222
warp = "0.3"
2323
crokey = "0.6.4"

takolib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bitvec = "1"
3737
log = "0.4"
3838
pretty_assertions = "1.0"
3939
futures = "0.3"
40-
tokio = { version = "1.21", features = ["sync", "macros", "rt"] }
40+
tokio = { version = "1.38", features = ["sync", "macros", "rt"] }
4141
async-trait = "0.1"
4242
# Info: https://nnethercote.github.io/2021/12/08/a-brutally-effective-hash-function-in-rust.html
4343
fxhash = "0.2"

takoweb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["gui", "wasm", "web-programming"]
1313
[dependencies]
1414
yew = { version="0.21.0", features=["csr"] }
1515
takolib = { path = "../takolib", features = [ "wasm" ], default-features = false }
16-
tokio = { version = "1.24", features = ["sync", "macros"] }
16+
tokio = { version = "1.38", features = ["sync", "macros"] }
1717
yew-hooks = "0.3.1"
1818
async-trait = "0.1"
1919
web-sys = "0.3.61"

0 commit comments

Comments
 (0)