We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d450bad commit 8d5dd69Copy full SHA for 8d5dd69
Cargo.toml
@@ -20,7 +20,7 @@ async-trait = "0.1.74"
20
lazy_static = "1.4.0"
21
serde_json = { version = "1.0.108", optional = true }
22
time = "0.3.30"
23
-tokio = { version = "1.35.0", features = [ "full" ] }
+tokio = { version = "1.35.1", features = [ "full" ] }
24
typed-builder = "0.18.0"
25
26
[dev-dependencies]
0 commit comments