Skip to content

Commit

Permalink
chore(deps): bump heck from 0.3.3 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jan 13, 2022
1 parent 2b83ff8 commit 00df672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion komorebic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "3", features = ["derive", "wrap_help"] }
color-eyre = "0.5"
dirs = "4"
fs-tail = "0.1"
heck = "0.3"
heck = "0.4"
paste = "1"
powershell_script = "0.2"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion komorebic/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00df672

Please sign in to comment.