File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ categories = ["web-programming::http-server", "web-programming"]
13
13
14
14
[dependencies ]
15
15
async-tungstenite = " 0.13.1"
16
- sha-1 = " 0.9.2 "
16
+ sha-1 = " 0.9.6 "
17
17
base64 = " 0.13.0"
18
18
tide = { version = " 0.16.0" , default-features = false , features = [" h1-server" ] }
19
- futures-util = " 0.3.8 "
20
- pin-project = " 1.0.2 "
19
+ futures-util = " 0.3.15 "
20
+ pin-project = " 1.0.7 "
21
21
async-dup = " 1.2.2"
22
- serde_json = " 1.0.60 "
23
- serde = " 1.0.117 "
24
- async-std = " 1.7 .0"
22
+ serde_json = " 1.0.64 "
23
+ serde = " 1.0.126 "
24
+ async-std = " 1.9 .0"
25
25
26
26
[dev-dependencies ]
27
- env_logger = " 0.8.2 "
28
- async-std = { version = " 1.7 .0" , features = [" attributes" ] }
27
+ env_logger = " 0.8.3 "
28
+ async-std = { version = " 1.9 .0" , features = [" attributes" ] }
You can’t perform that action at this time.
0 commit comments