[PR #2971] [MERGED] Remove ctrlc crate and some updates #3170

Closed
opened 2026-02-05 05:16:13 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2971
Author: @BlackDex
Created: 12/10/2022
Status: Merged
Merged: 12/13/2022
Merged by: @dani-garcia

Base: mainHead: replace-ctrlc-crate


📝 Commits (1)

  • cebe0f6 Remove ctrlc crate and some updates

📊 Changes

3 files changed (+58 additions, -83 deletions)

View changed files

📝 Cargo.lock (+48 -71)
📝 Cargo.toml (+6 -9)
📝 src/main.rs (+4 -3)

📄 Description

  • Removed ctrlc crate and use the tokio provided ctrl_c function.
  • Updated some crates.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2971 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/10/2022 **Status:** ✅ Merged **Merged:** 12/13/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `replace-ctrlc-crate` --- ### 📝 Commits (1) - [`cebe0f6`](https://github.com/dani-garcia/vaultwarden/commit/cebe0f6442c42422ad7d30d04d676dfaee8cb0d8) Remove ctrlc crate and some updates ### 📊 Changes **3 files changed** (+58 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+48 -71) 📝 `Cargo.toml` (+6 -9) 📝 `src/main.rs` (+4 -3) </details> ### 📄 Description - Removed ctrlc crate and use the tokio provided ctrl_c function. - Updated some crates. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:16:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3170