File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
09_04_concurrent_tcp_server Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
99[dependencies .async-std ]
10- version = " 1.6 "
10+ version = " 1.12 "
1111features = [" attributes" ]
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
99[dependencies .async-std ]
10- version = " 1.6 "
10+ version = " 1.12 "
1111features = [" attributes" ]
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ edition = "2021"
1010futures = " 0.3"
1111
1212[dependencies .async-std ]
13- version = " 1.6 "
13+ version = " 1.12 "
1414features = [" attributes" ]
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ edition = "2021"
1010futures = " 0.3"
1111
1212[dependencies .async-std ]
13- version = " 1.6 "
13+ version = " 1.12 "
1414features = [" attributes" ]
You can’t perform that action at this time.
0 commit comments