diff --git a/springql/tests/test_support/request_body.rs b/springql/tests/test_support/request_body.rs index 3d6fdeb0..09e0058f 100644 --- a/springql/tests/test_support/request_body.rs +++ b/springql/tests/test_support/request_body.rs @@ -1,6 +1,6 @@ // This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details. -use serde_derive::Deserialize; +use serde::Deserialize; #[derive(Debug, Clone, PartialEq, Deserialize)] pub struct PostTaskGraphBody {