Skip to content

Commit

Permalink
Disable rustls crate logging feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiivankov authored and Aandreba committed Mar 31, 2023
1 parent f6fbd55 commit 0138687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { workspace = true, optional = true }
# TLS
native-tls = { version = "0.2.10", optional = true }

rustls = { version = "0.20.6", features = ["dangerous_configuration"], optional = true }
rustls = { version = "0.20.6", default-features = false, features = ["dangerous_configuration", "tls12"], optional = true }
rustls-pemfile = { version = "1.0", optional = true }
webpki-roots = { version = "0.22.0", optional = true }

Expand Down

0 comments on commit 0138687

Please sign in to comment.