From 88d412a9049cad1e3fba1d8a98fd45cdd8cc7a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:10:57 +0000 Subject: [PATCH] build(deps): bump ctor from 0.2.6 to 0.2.7 Bumps [ctor](https://github.com/mmastrac/rust-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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07de91a..45f8aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,9 +689,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 2.0.46", diff --git a/Cargo.toml b/Cargo.toml index afc7f0c..bb84785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ async-trait = "0.1.77" bollard = "0.15.0" clap = { version = "4.4.18", features = ["derive"] } color-eyre = { version = "0.6.2", features = ["issue-url"] } -ctor = "0.2.6" +ctor = "0.2.7" disk-drive = "0.1.10" eyre = "0.6.12" flail = "0.3.0"