From c9933746a0095b1b84f79f57d0306c45115b40ed Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Tue, 14 Nov 2023 11:08:46 +0800 Subject: [PATCH] chore(rust-sys): update dependencies Signed-off-by: Xin Liu --- crates/wasmedge-sys/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/wasmedge-sys/Cargo.toml b/crates/wasmedge-sys/Cargo.toml index f1c4a61de..2ba558449 100644 --- a/crates/wasmedge-sys/Cargo.toml +++ b/crates/wasmedge-sys/Cargo.toml @@ -17,16 +17,15 @@ fiber-for-wasmedge = { version = "14.0.4", optional = true } libc = "0.2.94" paste = "1.0.5" scoped-tls = "1" -thiserror = "1.0.30" +thiserror.workspace = true wasmedge-macro.workspace = true wasmedge-types.workspace = true wat.workspace = true -lazy_static = "1.4.0" +lazy_static = "1.4" parking_lot.workspace = true rand = "0.8.4" cfg-if.workspace = true - [target.'cfg(target_os = "linux")'.dependencies] async-wasi = { workspace = true, optional = true } setjmp = "0.1" @@ -41,7 +40,6 @@ reqwest = { version = "0.11", default-features = false, features = [ flate2 = "1" tar = "0.4" sha256 = "1" -lazy_static = "1.4.0" phf = { version = "0.11", features = ["macros"] } [dev-dependencies]