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 -1
View File
@@ -342,7 +342,7 @@ mod sealed {
mod tests {
use super::*;
use crate::test_helpers::*;
use axum::{extract::Path, http::StatusCode, routing::get};
use axum::{extract::Path, routing::get};
#[tokio::test]
async fn test_tsr() {
+1 -1
View File
@@ -149,7 +149,7 @@ impl<S> From<Resource<S>> for Router<S> {
mod tests {
#[allow(unused_imports)]
use super::*;
use axum::{body::Body, extract::Path, http::Method, Router};
use axum::{body::Body, extract::Path, http::Method};
use http::Request;
use http_body_util::BodyExt;
use tower::ServiceExt;