build(deps): bump the cargo group with 1 update

Bumps the cargo group with 1 update: [ctor](https://github.com/mmastrac/rust-ctor).


Updates `ctor` from 0.2.6 to 0.2.7
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

---
updated-dependencies:
- dependency-name: ctor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 14:30:42 +00:00 committed by Amaan Qureshi
parent f1eecf9786
commit 50264cd40a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -399,9 +399,9 @@ dependencies = [
[[package]]
name = "ctor"
version = "0.2.6"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
dependencies = [
"quote",
"syn",

View file

@ -49,7 +49,7 @@ clap = { version = "4.5.0", features = [
"help",
"unstable-styles",
] }
ctor = "0.2.6"
ctor = "0.2.7"
ctrlc = { version = "3.4.2", features = ["termination"] }
difference = "2.0.0"
dirs = "5.0.1"