diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-12-16 19:21:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 19:21:04 +0000 |
| commit | 7aeea1c050a6584507fa4cfc2239fd9289566aa9 (patch) | |
| tree | 567932a6081425dd2ccff66d5458d18f93c060f2 /Cargo.lock | |
| parent | update basically everything (#1452) (diff) | |
| download | atuin-7aeea1c050a6584507fa4cfc2239fd9289566aa9.zip | |
chore(deps): uuidv7 stable (#1451)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", ] |
