aboutsummaryrefslogtreecommitdiffstats
path: root/crates/common/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 23:44:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 23:44:15 +0200
commit4930f050c56660c245e5976979babb66aea7bfd5 (patch)
tree1a0cc823da65c4258f4434be98e92f814ae4fce2 /crates/common/Cargo.toml
parentchore: Commit (diff)
downloadatuin-4930f050c56660c245e5976979babb66aea7bfd5.zip
chore: Last big refactoring
Diffstat (limited to 'crates/common/Cargo.toml')
-rw-r--r--crates/common/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml
index b79932ff..e25dd3d3 100644
--- a/crates/common/Cargo.toml
+++ b/crates/common/Cargo.toml
@@ -12,15 +12,15 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
-directories = "6.0.0"
-eyre = "0.6"
-semver = "1.0.20"
-serde = { version = "1.0.202", features = ["derive"] }
-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"] }
-typed-builder = "0.18.2"
-uuid = { version = "1.9", features = ["v4", "v7", "serde"] }
-whoami = "2.1.0"
+directories = { workspace = true }
+eyre = { workspace = true }
+semver = { workspace = true }
+serde = { workspace = true }
+sqlx = { workspace = true }
+time = { workspace = true }
+typed-builder = { workspace = true }
+uuid = { workspace = true }
+whoami = { workspace = true }
[dev-dependencies]