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 7b6b06c commit bc0d531Copy full SHA for bc0d531
Cargo.toml
@@ -16,11 +16,11 @@ version = "0.8.7"
16
# internal deps
17
sky-derive = "0.2.2"
18
# external deps
19
-tokio = { version = "1.36.0", features = ["full"] }
20
-native-tls = "0.2.11"
+tokio = { version = "1.38.0", features = ["full"] }
+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.77"
25
-bb8 = "0.8.3"
26
-itoa = "1.0.10"
+async-trait = "0.1.80"
+bb8 = "0.8.5"
+itoa = "1.0.11"
0 commit comments