Skip to content

Commit 44c8667

Browse files
committed
fix: deps
1 parent bb34ff3 commit 44c8667

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

Cargo.lock

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ prometheus = "0.10"
2020
tracing = "0.1"
2121
tracing-subscriber = "0.2"
2222
tracing-futures = { version = "0.2.4", features = ["futures-03"]}
23-
sqlx = { version = "0.4.1", default-features = false, features = [ "runtime-tokio", "macros", "migrate"] }
23+
sqlx = { version = "0.4.1", default-features = false, features = [ "runtime-tokio-rustls", "macros", "migrate"] }
2424
tokio = { version = "0.2", features = ["dns", "tcp", "udp"] }
2525
uuid = { version = "0.8", features = ["v4"] }
2626
simplelog = "0.8"

0 commit comments

Comments
 (0)