reset sqlx features

This commit is contained in:
41666 2022-12-13 00:52:02 -05:00
parent a9d1daf397
commit 97474de07e
4 changed files with 3 additions and 20 deletions

17
Cargo.lock generated
View file

@ -343,21 +343,6 @@ dependencies = [
"libc",
]
[[package]]
name = "crc"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
@ -1590,7 +1575,6 @@ dependencies = [
"byteorder",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"dirs",
"dotenvy",
@ -1640,7 +1624,6 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
"sha2",
"sqlx-core",
"sqlx-rt",
"syn",