Skip to content

Commit fc710b2

Browse files
committed
update deps on the branch
1 parent 1d1e718 commit fc710b2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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"
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.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"
3232
features = ["rc", "derive"]
3333

3434
[dependencies.time]
35-
version = "0.3.10"
35+
version = "0.3.17"
3636
features = ["serde"]
3737

3838
[dev-dependencies.async-std]
39-
version = "1.9.0"
39+
version = "1.12.0"
4040
features = ["attributes"]

0 commit comments

Comments
 (0)