File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,26 @@ authors = [
1515]
1616
1717[dependencies ]
18- async-trait = " 0.1.50 "
19- rand = " 0.8.3 "
20- base64 = " 0.13 .0"
21- sha2 = " 0.9.5 "
22- hmac = " 0.11.0 "
23- serde_json = " 1.0.64 "
18+ async-trait = " 0.1.59 "
19+ rand = " 0.8.5 "
20+ base64 = " 0.20 .0"
21+ sha2 = " 0.10.6 "
22+ hmac = " 0.12.1 "
23+ serde_json = " 1.0.89 "
2424bincode = " 1.3.3"
25- anyhow = " 1.0.40 "
26- blake3 = " 1.2.0 "
27- async-lock = " 2.4 .0"
28- log = " 0.4.14 "
25+ anyhow = " 1.0.66 "
26+ blake3 = " 1.3.3 "
27+ async-lock = " 2.6 .0"
28+ log = " 0.4.17 "
2929
3030[dependencies .serde ]
31- version = " 1.0.126 "
31+ version = " 1.0.150 "
3232features = [" rc" , " derive" ]
3333
3434[dependencies .time ]
35- version = " 0.3.10 "
35+ version = " 0.3.17 "
3636features = [" serde" ]
3737
3838[dev-dependencies .async-std ]
39- version = " 1.9 .0"
39+ version = " 1.12 .0"
4040features = [" attributes" ]
You can’t perform that action at this time.
0 commit comments