chore(deps): bump heck from 0.3.3 to 0.4.0

This commit is contained in:
LGUG2Z
2022-01-13 14:13:12 -08:00
parent 2b83ff8148
commit 00df672352
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use clap::Parser;
use color_eyre::eyre::anyhow;
use color_eyre::Result;
use fs_tail::TailedFile;
use heck::KebabCase;
use heck::ToKebabCase;
use paste::paste;
use uds_windows::UnixListener;
use uds_windows::UnixStream;