Skip to content

Commit 8676d8a

Browse files
committed
pump tokio version
1 parent d21c1f1 commit 8676d8a

File tree

2 files changed

+73
-5
lines changed

2 files changed

+73
-5
lines changed

Cargo.lock

+72-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mbedtls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ num-bigint = { version = "0.2", optional = true }
3030
bit-vec = { version = "0.5", optional = true }
3131
block-modes = { version = "0.3", optional = true }
3232
rc2 = { version = "0.3", optional = true }
33-
tokio = { version = "1.15", optional = true }
33+
tokio = { version = "1.26.0", optional = true }
3434

3535
[target.x86_64-fortanix-unknown-sgx.dependencies]
3636
rs-libc = "0.1.0"

0 commit comments

Comments
 (0)