diff --git a/Cargo.toml b/Cargo.toml index 7d69c3c..7c391d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,11 +24,9 @@ path = "src/lib.rs" reqwest = { version = "0.11", default-features = false, features = [ "json", "rustls-tls", -], git = "https://github.com/second-state/wasi_reqwest.git", branch = "0.11.x" } +]} -tokio = { version = "1", features = [ - "full", -], git = "https://github.com/second-state/wasi_tokio.git", branch = "v1.36.x" } +tokio = { version = "1", features = ["full"]} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"