Skip to content

Commit 293c55c

Browse files
vsuryamurthyabonander
authored andcommitted
Remove unused dependencies from sqlx-core, sqlx-cli and sqlx-postgres
1 parent a496413 commit 293c55c

File tree

4 files changed

+0
-34
lines changed

4 files changed

+0
-34
lines changed

Cargo.lock

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-cli/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ clap = { version = "4.3.10", features = ["derive", "env"] }
3737
clap_complete = { version = "4.3.1", optional = true }
3838
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
3939
anyhow = "1.0.52"
40-
url = { version = "2.2.2", default-features = false }
4140
async-trait = "0.1.52"
4241
console = "0.15.0"
4342
promptly = "0.3.0"
4443
serde_json = "1.0.73"
45-
serde = { version = "1.0.132", features = ["derive"] }
4644
glob = "0.3.0"
4745
openssl = { version = "0.10.38", optional = true }
4846
cargo_metadata = "0.18.1"

sqlx-core/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,22 @@ mac_address = { workspace = true, optional = true }
5252
uuid = { workspace = true, optional = true }
5353

5454
async-io = { version = "1.9.0", optional = true }
55-
paste = "1.0.6"
56-
atoi = "2.0"
57-
5855
bytes = "1.1.0"
59-
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
6056
chrono = { version = "0.4.34", default-features = false, features = ["clock"], optional = true }
6157
crc = { version = "3", optional = true }
6258
crossbeam-queue = "0.3.2"
63-
digest = { version = "0.10.0", default-features = false, optional = true, features = ["std"] }
64-
encoding_rs = { version = "0.8.30", optional = true }
6559
either = "1.6.1"
66-
futures-channel = { version = "0.3.19", default-features = false, features = ["sink", "alloc", "std"] }
6760
futures-core = { version = "0.3.19", default-features = false }
6861
futures-io = "0.3.24"
6962
futures-intrusive = "0.5.0"
7063
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
71-
hex = "0.4.3"
7264
log = { version = "0.4.18", default-features = false }
7365
memchr = { version = "2.4.1", default-features = false }
74-
num-bigint = { version = "0.4.0", default-features = false, optional = true, features = ["std"] }
7566
once_cell = "1.9.0"
7667
percent-encoding = "2.1.0"
7768
regex = { version = "1.5.5", optional = true }
7869
serde = { version = "1.0.132", features = ["derive", "rc"], optional = true }
7970
serde_json = { version = "1.0.73", features = ["raw_value"], optional = true }
80-
sha1 = { version = "0.10.1", default-features = false, optional = true }
8171
sha2 = { version = "0.10.0", default-features = false, optional = true }
8272
sqlformat = "0.2.0"
8373
thiserror = "1.0.30"

sqlx-postgres/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ uuid = ["dep:uuid", "sqlx-core/uuid"]
2929
# Futures crates
3030
futures-channel = { version = "0.3.19", default-features = false, features = ["sink", "alloc", "std"] }
3131
futures-core = { version = "0.3.19", default-features = false }
32-
futures-io = "0.3.24"
3332
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
3433

3534
# Cryptographic Primitives

0 commit comments

Comments
 (0)