1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

remove dep

This commit is contained in:
Rob Ede 2022-02-02 01:47:28 +00:00
parent e1dfa6840f
commit da799d58e7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 5 deletions

7
Cargo.lock generated
View File

@ -1394,7 +1394,6 @@ dependencies = [
"async-stream",
"env_logger 0.9.0",
"log",
"tokio 1.16.1",
]
[[package]]
@ -2374,10 +2373,10 @@ dependencies = [
name = "error_handling"
version = "1.0.0"
dependencies = [
"actix-web 3.3.3",
"actix-web 4.0.0-rc.1",
"derive_more",
"env_logger 0.8.4",
"rand 0.7.3",
"env_logger 0.9.0",
"rand 0.8.4",
]
[[package]]

View File

@ -11,4 +11,3 @@ actix-session = "0.5.0-beta.7"
async-stream = "0.3"
env_logger = "0.9"
log = "0.4"
tokio = "1"