Skip to content

Commit cfc49a6

Browse files
committed
prepare actix-web-lab release 0.18.7
1 parent 779c1fb commit cfc49a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

actix-hash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ sha3 = ["dep:sha3"]
3737
actix-http = "3"
3838
actix-web = { version = "4", default-features = false }
3939
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"] }
4242
local-channel = "0.1"
4343
tokio = { version = "1.13.1", features = ["sync", "macros"] }
4444
pin-project-lite = "0.2"

actix-web-lab-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ actix-web-lab = "=0.18.7"
2828

2929
actix-test = "0.1"
3030
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"] }
3232
rustversion = "1"
3333
tokio = { version = "1.13.1", features = ["macros"] }
3434
trybuild = "1"

actix-web-lab/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async-trait = "0.1"
3939
csv = "1.1"
4040
bytes = "1"
4141
derive_more = "0.99.8"
42-
futures-core = "0.3.7"
42+
futures-core = "0.3.17"
4343
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
4444
http = "0.2.7"
4545
itertools = "0.10"

0 commit comments

Comments
 (0)