We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbf251 commit b6b418bCopy full SHA for b6b418b
Cargo.toml
@@ -21,7 +21,7 @@ lazy_static = "1.4"
21
mockall = { version = "0.12", optional = true }
22
serde_json = { version = "1.0", optional = true }
23
time = "0.3"
24
-tokio = { version = "1.36", features = [ "full" ] }
+tokio = { version = "1.37", features = [ "full" ] }
25
typed-builder = "0.18"
26
27
[dev-dependencies]
0 commit comments