mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Switch serde dependency to serde_core (#3477)
This commit is contained in:
@@ -5,7 +5,7 @@ use axum::{
|
||||
response::{IntoResponse, Response},
|
||||
};
|
||||
use bytes::{BufMut, Bytes, BytesMut};
|
||||
use serde::Serialize;
|
||||
use serde_core::Serialize;
|
||||
|
||||
/// A response type that holds a JSON in serialized form.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user