chore: bump sqlite system deps (#4262)

* chore: bump sqlite system deps

* chore: bump open ssl

* chore: fix clippy

* chore: remove unused deps

* chore: fix test
This commit is contained in:
Nathan.fooo
2023-12-31 10:23:43 +08:00
committed by GitHub
parent 5facb61e23
commit 2521611d6a
15 changed files with 99 additions and 484 deletions

View File

@ -11,7 +11,6 @@ bytes = { version = "1.5" }
pin-project = "1.1.3"
futures-core = { version = "0.3" }
tokio = { workspace = true, features = ["time", "rt"] }
rand = "0.8.5"
async-trait.workspace = true
md5 = "0.7.0"
anyhow.workspace = true