File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,27 @@ authors = [
1515]
1616
1717[dependencies ]
18- async-trait = " 0.1.50 "
19- rand = " 0.8.3 "
18+ async-trait = " 0.1.57 "
19+ rand = " 0.8.5 "
2020base64 = " 0.13.0"
21- sha2 = " 0.10.2 "
21+ sha2 = " 0.10.6 "
2222hmac = " 0.12.1"
23- serde_json = " 1.0.64 "
23+ serde_json = " 1.0.85 "
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.65 "
26+ blake3 = " 1.3.1 "
27+ async-lock = " 2.5 .0"
28+ log = " 0.4.17 "
2929
3030[dependencies .serde ]
31- version = " 1.0.126 "
31+ version = " 1.0.145 "
3232features = [" rc" , " derive" ]
3333
3434[dependencies .chrono ]
35- version = " 0.4.19 "
35+ version = " 0.4.22 "
3636default-features = false
3737features = [" clock" , " serde" , " std" ]
3838
3939[dev-dependencies .async-std ]
40- version = " 1.9 .0"
40+ version = " 1.12 .0"
4141features = [" attributes" ]
You can’t perform that action at this time.
0 commit comments