mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-13 17:27:50 +00:00
chore: move unused url dependency of sqlx-core to any feature
This commit is contained in:
parent
6fdb70b96a
commit
853a50580c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user