aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-12-16 19:21:04 +0000
committerGitHub <noreply@github.com>2023-12-16 19:21:04 +0000
commit7aeea1c050a6584507fa4cfc2239fd9289566aa9 (patch)
tree567932a6081425dd2ccff66d5458d18f93c060f2 /Cargo.toml
parentupdate basically everything (#1452) (diff)
downloadatuin-7aeea1c050a6584507fa4cfc2239fd9289566aa9.zip
chore(deps): uuidv7 stable (#1451)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cb98774..b245d259 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ semver = "1.0.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1", features = ["full"] }
-uuid = { version = "1.3", features = ["v4", "serde"] }
+uuid = { version = "1.3", features = ["v4", "v7", "serde"] }
whoami = "1.1.2"
typed-builder = "0.18.0"
pretty_assertions = "1.3.0"