mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
remove From<OffsetDateTime>
impl from HttpDate
fully removes time crate from public api of -http
This commit is contained in:
@ -7,7 +7,7 @@ digraph {
|
||||
}
|
||||
|
||||
"actix-codec" -> { "actix-rt" "actix-service" "local-channel" "tokio" }
|
||||
"actix-utils" -> { "actix-rt" "actix-service" "local-waker" }
|
||||
"actix-utils" -> { "local-waker" }
|
||||
"actix-tracing" -> { "actix-service" }
|
||||
"actix-tls" -> { "actix-service" "actix-codec" "actix-utils" "actix-rt" }
|
||||
"actix-server" -> { "actix-service" "actix-rt" "actix-codec" "actix-utils" "tokio" }
|
||||
|
Reference in New Issue
Block a user