Skip to content

Commit 9b0cebb

Browse files
Clean up
1 parent 246bfd3 commit 9b0cebb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Cargo.lock

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ any = []
1919
json = ["serde", "serde_json"]
2020

2121
# for conditional compilation
22-
_rt-async-global-executor = [
23-
"async-global-executor",
24-
"async-lock",
25-
"async-net",
26-
"_rt-async-io",
27-
]
22+
_rt-async-global-executor = ["async-global-executor", "_rt-async-io"]
2823
_rt-async-io = ["async-io"]
2924
_rt-async-std = ["async-std", "_rt-async-io"]
3025
_rt-smol = ["smol", "_rt-async-io"]
@@ -64,8 +59,6 @@ mac_address = { workspace = true, optional = true }
6459
uuid = { workspace = true, optional = true }
6560

6661
async-io = { version = "2.2", optional = true }
67-
async-lock = { version = "3.4.0", optional = true }
68-
async-net = { package = "async-net", version = "2.0.0", optional = true }
6962
base64 = { version = "0.22.0", default-features = false, features = ["std"] }
7063
bytes = "1.1.0"
7164
cfg-if = { workspace = true }

0 commit comments

Comments
 (0)