Skip to content

Commit bc0d531

Browse files
committed
deps: Upgrade
1 parent 7b6b06c commit bc0d531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ version = "0.8.7"
1616
# internal deps
1717
sky-derive = "0.2.2"
1818
# external deps
19-
tokio = { version = "1.36.0", features = ["full"] }
20-
native-tls = "0.2.11"
19+
tokio = { version = "1.38.0", features = ["full"] }
20+
native-tls = "0.2.12"
2121
tokio-native-tls = "0.3.1"
2222
rand = "0.8.5"
2323
r2d2 = "0.8.10"
24-
async-trait = "0.1.77"
25-
bb8 = "0.8.3"
26-
itoa = "1.0.10"
24+
async-trait = "0.1.80"
25+
bb8 = "0.8.5"
26+
itoa = "1.0.11"

0 commit comments

Comments
 (0)