diff --git a/Cargo.toml b/Cargo.toml index a986b0e..f03db79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,11 @@ version = "0.8.11" # internal deps sky-derive = "0.2.3" # external deps -tokio = { version = "1.38.0", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } native-tls = "0.2.12" tokio-native-tls = "0.3.1" rand = "0.8.5" r2d2 = "0.8.10" -async-trait = "0.1.80" +async-trait = "0.1.82" bb8 = "0.8.5" itoa = "1.0.11"