We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc46d8 commit 2ee4637Copy full SHA for 2ee4637
yerpc/Cargo.toml
@@ -24,7 +24,7 @@ log = "0.4.16"
24
futures = "0.3.21"
25
futures-util = "0.3.21"
26
async-channel = "1.6.1"
27
-async-mutex = "1.4.0"
+async-lock = "3.4.0"
28
29
# type generating dependencies
30
typescript-type-def = { version = "0.5.3", features = ["json_value"] }
yerpc/src/requests.rs
@@ -1,4 +1,4 @@
1
-use async_mutex::Mutex;
+use async_lock::Mutex;
2
use futures::channel::oneshot;
3
use futures_util::{Future, Sink};
4
use serde::Serialize;
0 commit comments