summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-30 13:41:01 +0000
committerGitHub <noreply@github.com>2024-01-30 13:41:01 +0000
commit9597080825565b2ba8ea202b7027e91b02aaac7f (patch)
treefbd896580e6bd927416799874a4a51b54f7771ee /Cargo.lock
parent366b8ea97bbe36ad5e3dd8d45f1e787ee2a7f223 (diff)
feat: add store push (#1649)
* feat: add store push * only push for the current host unless specified * tidy up * tidy up some more * sort features
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 688862e93..e7c52eef0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -202,6 +202,7 @@ dependencies = [
"tracing-subscriber",
"tracing-tree",
"unicode-width",
+ "uuid",
"whoami",
]