From 6573ce444b6192320955160e970a05191283ca43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:29:38 +0000 Subject: [PATCH] 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 3c6073e8..3dfd73a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,9 +901,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.32", diff --git a/Cargo.toml b/Cargo.toml index 0445809c..422bfb20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ rusqlite = { version = "0.28.0", features = [ [dev-dependencies] colored = "2.0.4" -ctor = "0.2.4" +ctor = "0.2.5" rustyline = { version = "12.0.0", features = ["derive"] } serial_test = { version = "2.0.0", features = ["file_locks"] } strip-ansi-escapes = "0.2.0"