Update sync_wrapper to 1.0.0 from 0.1.1

... and fix CI.
This commit is contained in:
mikihiro
2024-03-23 19:46:20 +01:00
committed by GitHub
parent 2ec68d6c4d
commit c6fd852844
32 changed files with 38 additions and 45 deletions
-1
View File
@@ -60,7 +60,6 @@ mod tests {
};
use http_body_util::BodyExt; // for `collect`
use serde_json::{json, Value};
use std::net::SocketAddr;
use tokio::net::TcpListener;
use tower::{Service, ServiceExt}; // for `call`, `oneshot`, and `ready`