Skip to content

Commit 2bf8521

Browse files
fix(deps): bump ctrlc from 3.4.6 to 3.4.7
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.6 to 3.4.7. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](Detegr/rust-ctrlc@3.4.6...3.4.7) --- updated-dependencies: - dependency-name: ctrlc dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bf0f12 commit 2bf8521

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ color-print = "0.3.5"
5959
convert_case = "0.8.0"
6060
cookie = "0.18.1"
6161
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
62-
ctrlc = "3.4.6"
62+
ctrlc = "3.4.7"
6363
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
6464
dirs = "5.0.0"
6565
eyre = "0.6.8"

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ color-eyre = "0.6.2"
3232
color-print = "0.3.5"
3333
convert_case.workspace = true
3434
crossterm.workspace = true
35-
ctrlc = "3.4.6"
35+
ctrlc = "3.4.7"
3636
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
3737
eyre.workspace = true
3838
fig_api_client.workspace = true

0 commit comments

Comments
 (0)