mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
chore: update cargo edition to 2024 (#673)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use colored::Colorize;
|
||||
use http::{method::Method, Request, Response};
|
||||
use http::{Request, Response, method::Method};
|
||||
use pin_project::pin_project;
|
||||
use std::fmt::Debug;
|
||||
use std::future::Future;
|
||||
|
||||
Reference in New Issue
Block a user