We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a51ba6 commit f0d4bd6Copy full SHA for f0d4bd6
Cargo.toml
@@ -16,11 +16,11 @@ version = "0.8.11"
16
# internal deps
17
sky-derive = "0.2.3"
18
# external deps
19
-tokio = { version = "1.38.0", features = ["full"] }
+tokio = { version = "1.40.0", features = ["full"] }
20
native-tls = "0.2.12"
21
tokio-native-tls = "0.3.1"
22
rand = "0.8.5"
23
r2d2 = "0.8.10"
24
-async-trait = "0.1.80"
+async-trait = "0.1.82"
25
bb8 = "0.8.5"
26
itoa = "1.0.11"
0 commit comments