File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ sha3 = ["dep:sha3"]
37
37
actix-http = " 3"
38
38
actix-web = { version = " 4" , default-features = false }
39
39
actix-web-lab = " 0.18.5"
40
- futures-core = " 0.3.7 "
41
- futures-util = { version = " 0.3.7 " , default-features = false , features = [" std" ] }
40
+ futures-core = " 0.3.17 "
41
+ futures-util = { version = " 0.3.17 " , default-features = false , features = [" std" ] }
42
42
local-channel = " 0.1"
43
43
tokio = { version = " 1.13.1" , features = [" sync" , " macros" ] }
44
44
pin-project-lite = " 0.2"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ actix-web-lab = "=0.18.7"
28
28
29
29
actix-test = " 0.1"
30
30
actix-web = " 4"
31
- futures-util = { version = " 0.3.7 " , default-features = false , features = [" std" ] }
31
+ futures-util = { version = " 0.3.17 " , default-features = false , features = [" std" ] }
32
32
rustversion = " 1"
33
33
tokio = { version = " 1.13.1" , features = [" macros" ] }
34
34
trybuild = " 1"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ async-trait = "0.1"
39
39
csv = " 1.1"
40
40
bytes = " 1"
41
41
derive_more = " 0.99.8"
42
- futures-core = " 0.3.7 "
42
+ futures-core = " 0.3.17 "
43
43
futures-util = { version = " 0.3.17" , default-features = false , features = [" std" ] }
44
44
http = " 0.2.7"
45
45
itertools = " 0.10"
You can’t perform that action at this time.
0 commit comments