From 4930f050c56660c245e5976979babb66aea7bfd5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 23:44:15 +0200 Subject: chore: Last big refactoring --- crates/turtle/Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'crates/turtle') diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml index 547f8530..d5397f4e 100644 --- a/crates/turtle/Cargo.toml +++ b/crates/turtle/Cargo.toml @@ -12,18 +12,18 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -eyre = "0.6" -hyper-util = "0.1" -prost = "0.14" -regex = "1.10.5" -sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "time", "postgres", "uuid", "sqlite", "regexp"] } -time = { version = "0.3.47", features = [ "serde-human-readable", "macros", "local-offset", "macros", "formatting", "parsing"] } -tokio = { version = "1", features = ["full"] } -tonic = "0.14" -tonic-prost = "0.14" -tower = "0.5" -turtle-common = {workspace = true} -typed-builder = "0.18.2" +eyre = { workspace = true } +hyper-util = { workspace = true } +prost = { workspace = true } +regex = { workspace = true } +sqlx = { workspace = true } +time = { workspace = true } +tokio = { workspace = true } +tonic = { workspace = true } +tonic-prost = { workspace = true } +tower = { workspace = true } +turtle-common = { workspace = true } +typed-builder = { workspace = true } [build-dependencies] protox = "0.9" -- cgit v1.3.1