Skip to content

Commit

Permalink
chore(deps): bump ctrlc from 3.4.1 to 3.4.2 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5301087 commit cdbd400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async-trait = "0.1.75"
bytes = "1.5.0"
clap = { version = "4.4.11", features = ["cargo", "derive"] }
console = "0.15.7"
ctrlc = { version = "3.4.1", features = ["termination"] }
ctrlc = { version = "3.4.2", features = ["termination"] }
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
dirs-next = "2.0.0"
figment = { version = "0.10.12", features = ["env", "toml"] }
Expand Down

0 comments on commit cdbd400

Please sign in to comment.