diff --git a/Cargo.toml b/Cargo.toml index 1f2e819..017e8d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ request = ["surf/h1-client-rustls"] convert_from_notion = [] [dependencies] -async-std = "1.12.0" -async-trait = "0.1.68" +# async-std = "1.12.0" +# async-trait = "0.1.68" base64 = "0.21.0" chrono = "0.4.31" futures-core = "0.3.28"