mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
remove unused deps
This commit is contained in:
parent
45956b1510
commit
4d50ce9d2e
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## 0.8.0-alpha.1 (2019-12-xx)
|
||||
## 0.8.0-alpha.1 (2019-12-16)
|
||||
|
||||
* Migrate to actix 0.9
|
||||
|
||||
|
@ -52,4 +52,3 @@ env_logger = "0.6.2"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
actix-http = "1.0.0"
|
||||
|
@ -374,7 +374,6 @@ impl Inner {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use actix_http::httpmessage::HttpMessage;
|
||||
use actix_session::Session;
|
||||
use actix_web::{
|
||||
middleware, test, web,
|
||||
|
Loading…
Reference in New Issue
Block a user