From ca702b6faf5778ff6fb28076f5dc79010a3bb26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:02:28 +0000 Subject: [PATCH] build(deps): bump ctor from 0.2.4 to 0.2.5 Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.4 to 0.2.5. - [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 a7bfe38..490f18e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b" +checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" dependencies = [ "quote", "syn 2.0.28", diff --git a/Cargo.toml b/Cargo.toml index 2fcdceb..b8fc237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1.73" bollard = { git = "https://github.com/queer/bollard", rev = "2624ced" } clap = { version = "4.4.3", features = ["derive"] } color-eyre = { version = "0.6.2", features = ["issue-url"] } -ctor = "0.2.4" +ctor = "0.2.5" disk-drive = "0.1.10" eyre = "0.6.8" flail = "0.3.0"