summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentec131c7c961ad165f4287aa6daabfdf9ae104697 (diff)
chore(deps): uuidv7 stable (#1451)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66a3a895b..d36051058 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -142,6 +142,12 @@ dependencies = [
]
[[package]]
+name = "atomic"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
+
+[[package]]
name = "atomic-write-file"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3758,6 +3764,7 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
dependencies = [
+ "atomic",
"getrandom",
"serde",
]