diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-29 14:59:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 14:59:59 +0100 |
| commit | cea48a1545250429b78235b2ad00b8243923e2b2 (patch) | |
| tree | 08866c06ee81bf841e6bf0f20feb9a88c9435cfa /ui/backend/Cargo.lock | |
| parent | chore(deps): bump rustix from 0.38.32 to 0.38.34 (#1986) (diff) | |
| download | atuin-cea48a1545250429b78235b2ad00b8243923e2b2.zip | |
feat(ui/dotfiles): add vars (#1989)
Diffstat (limited to 'ui/backend/Cargo.lock')
| -rw-r--r-- | ui/backend/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/backend/Cargo.lock b/ui/backend/Cargo.lock index abb72ce2..85736e2a 100644 --- a/ui/backend/Cargo.lock +++ b/ui/backend/Cargo.lock @@ -5285,18 +5285,18 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "typed-builder" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444d8748011b93cb168770e8092458cb0f8854f931ff82fdf6ddfbd72a9c933e" +checksum = "77739c880e00693faef3d65ea3aad725f196da38b22fdc7ea6ded6e1ce4d3add" dependencies = [ "typed-builder-macro", ] [[package]] name = "typed-builder-macro" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352" +checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63" dependencies = [ "proc-macro2", "quote", |
