mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
remove dep
This commit is contained in:
parent
e1dfa6840f
commit
da799d58e7
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -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]]
|
||||
|
@ -11,4 +11,3 @@ actix-session = "0.5.0-beta.7"
|
||||
async-stream = "0.3"
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
tokio = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user