1
0
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:
Nikolay Kim 2019-12-16 10:26:35 +06:00
parent 45956b1510
commit 4d50ce9d2e
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -52,4 +52,3 @@ env_logger = "0.6.2"
[dev-dependencies]
env_logger = "0.6"
actix-http = "1.0.0"

View File

@ -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,