chore: move unused url dependency of sqlx-core to any feature

This commit is contained in:
Austin Bonander 2026-02-04 17:02:55 -08:00
parent 6fdb70b96a
commit 853a50580c

View File

@ -15,7 +15,7 @@ features = ["offline"]
default = []
migrate = ["sha2", "crc"]
any = []
any = ["url"]
json = ["serde", "serde_json"]
@ -94,7 +94,7 @@ toml = { version = "0.8.16", optional = true }
sha2 = { version = "0.10.0", default-features = false, optional = true }
tracing = { version = "0.1.37", features = ["log"] }
smallvec = "1.7.0"
url = { version = "2.2.2" }
url = { version = "2.2.2", optional = true }
bstr = { version = "1.0", default-features = false, features = ["std"], optional = true }
hashlink = "0.11.0"
indexmap = "2.0"