mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
chore: remove patch.crates-io for rustls (#5832)
* chore: remove patch.crates-io for rustls * enable default-rustls-ring feature for mysql_sync * fix: build error * add comment * update comment
This commit is contained in:
@@ -19,7 +19,7 @@ datatypes = { workspace = true }
|
||||
flate2 = "1.0"
|
||||
hex = "0.4"
|
||||
local-ip-address = "0.6"
|
||||
mysql = { version = "25.0.1", default-features = false, features = ["minimal", "rustls-tls"] }
|
||||
mysql = { version = "26", default-features = false, features = ["minimal", "rustls-tls-ring"] }
|
||||
num_cpus = "1.16"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
|
||||
serde.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user