Skip to content

Commit

Permalink
Remove unused dependencies (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Jan 4, 2022
1 parent 8e46e17 commit bcb2d8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
chrono = { version = "0.4.19", default-features = false, features = ["clock"], optional = true }
crc = { version = "2.1.0", optional = true }
crossbeam-queue = "0.3.2"
crossbeam-channel = "0.5.1"
crossbeam-utils = { version = "0.8.5", default-features = false }
digest = { version = "0.9.0", default-features = false, optional = true, features = ["std"] }
dirs = { version = "4.0.0", optional = true }
encoding_rs = { version = "0.8.30", optional = true }
Expand Down Expand Up @@ -143,7 +141,6 @@ memchr = { version = "2.4.1", default-features = false }
num-bigint = { version = "0.3.3", default-features = false, optional = true, features = ["std"] }
once_cell = "1.9.0"
percent-encoding = "2.1.0"
parking_lot = "0.11.2"
rand = { version = "0.8.4", default-features = false, optional = true, features = ["std", "std_rng"] }
regex = { version = "1.5.4", optional = true }
rsa = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit bcb2d8e

Please sign in to comment.