Skip to content

Commit f63b2cc

Browse files
committed
update tokio and rm unnecessary patch.crates-io
1 parent 267bfff commit f63b2cc

File tree

3 files changed

+101
-100
lines changed

3 files changed

+101
-100
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
[workspace]
22
members = ["mbedtls", "mbedtls-sys"]
33
resolver = "2"
4-
5-
[patch.crates-io]
6-
mio = { git = "https://github.com/mzohreva/mio", branch = "mz/sgx-port-0.7.6" }
7-
tokio = { git = "https://github.com/mzohreva/tokio", branch = "mz/sgx-port-0.3.4" }
8-

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bit-vec = { version = "0.5", optional = true }
2929
block-modes = { version = "0.3", optional = true }
3030
rc2 = { version = "0.3", optional = true }
3131
cfg-if = "1.0.0"
32-
tokio = { version = "0.3.4", optional = true }
32+
tokio = { version = "1.16.1", optional = true }
3333

3434
[target.x86_64-fortanix-unknown-sgx.dependencies]
3535
rs-libc = "0.2.0"

0 commit comments

Comments
 (0)