From 5593a8f1f247d931db01f03c36fdff82fb7834c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:23:28 +0000 Subject: [PATCH] Bump ctor from 0.2.8 to 0.2.9 Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.8 to 0.2.9. - [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 ++-- svanill-vault-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d513c86..5067c55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,9 +1160,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" +checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" dependencies = [ "quote", "syn 2.0.86", diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 85329d6..2aeb0ee 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -53,7 +53,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"] aws-smithy-http = "0.60.10" aws-smithy-runtime = { version = "1.7.3", features=["client", "test-util"] } tokio = "1.26.0" -ctor = "0.2.8" +ctor = "0.2.9" actix-rt = "2.10.0" [profile.release]