Skip to content

Commit 89c6e93

Browse files
committed
upgrade all deps
1 parent 2f12b8d commit 89c6e93

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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"
2020
base64 = "0.13.0"
21-
sha2 = "0.10.2"
21+
sha2 = "0.10.6"
2222
hmac = "0.12.1"
23-
serde_json = "1.0.64"
23+
serde_json = "1.0.85"
2424
bincode = "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"
3232
features = ["rc", "derive"]
3333

3434
[dependencies.chrono]
35-
version = "0.4.19"
35+
version = "0.4.22"
3636
default-features = false
3737
features = ["clock", "serde", "std"]
3838

3939
[dev-dependencies.async-std]
40-
version = "1.9.0"
40+
version = "1.12.0"
4141
features = ["attributes"]

0 commit comments

Comments
 (0)