mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-14 09:02:45 +02:00
chore(deps): bump heck from 0.3.3 to 0.4.0
This commit is contained in:
Generated
+1
-1
@@ -513,7 +513,7 @@ dependencies = [
|
|||||||
"derive-ahk",
|
"derive-ahk",
|
||||||
"dirs",
|
"dirs",
|
||||||
"fs-tail",
|
"fs-tail",
|
||||||
"heck 0.3.3",
|
"heck 0.4.0",
|
||||||
"komorebi-core",
|
"komorebi-core",
|
||||||
"paste",
|
"paste",
|
||||||
"powershell_script",
|
"powershell_script",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ clap = { version = "3", features = ["derive", "wrap_help"] }
|
|||||||
color-eyre = "0.5"
|
color-eyre = "0.5"
|
||||||
dirs = "4"
|
dirs = "4"
|
||||||
fs-tail = "0.1"
|
fs-tail = "0.1"
|
||||||
heck = "0.3"
|
heck = "0.4"
|
||||||
paste = "1"
|
paste = "1"
|
||||||
powershell_script = "0.2"
|
powershell_script = "0.2"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ use clap::Parser;
|
|||||||
use color_eyre::eyre::anyhow;
|
use color_eyre::eyre::anyhow;
|
||||||
use color_eyre::Result;
|
use color_eyre::Result;
|
||||||
use fs_tail::TailedFile;
|
use fs_tail::TailedFile;
|
||||||
use heck::KebabCase;
|
use heck::ToKebabCase;
|
||||||
use paste::paste;
|
use paste::paste;
|
||||||
use uds_windows::UnixListener;
|
use uds_windows::UnixListener;
|
||||||
use uds_windows::UnixStream;
|
use uds_windows::UnixStream;
|
||||||
|
|||||||
Reference in New Issue
Block a user