We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4f0e5 commit 176f774Copy full SHA for 176f774
Cargo.toml
@@ -15,24 +15,24 @@ authors = [
15
]
16
17
[dependencies]
18
-async-trait = "0.1.57"
+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.85"
+serde_json = "1.0.89"
24
bincode = "1.3.3"
25
-anyhow = "1.0.65"
26
-blake3 = "1.3.1"
27
-async-lock = "2.5.0"
+anyhow = "1.0.66"
+blake3 = "1.3.3"
+async-lock = "2.6.0"
28
log = "0.4.17"
29
30
[dependencies.serde]
31
-version = "1.0.145"
+version = "1.0.150"
32
features = ["rc", "derive"]
33
34
[dependencies.chrono]
35
-version = "0.4.22"
+version = "0.4.23"
36
default-features = false
37
features = ["clock", "serde", "std"]
38
0 commit comments