From a326e4b2d28ef3f471be05128235cd7599257c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:10:26 +0800 Subject: [PATCH] Bump ctor from 0.2.8 to 0.2.9 (#174) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Weikeng Chen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 569bf7d..0d95072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rand_chacha = "0.3.1" stwo-prover = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/stwo", tag = "for-fibonacci" } num-traits = "0.2.0" lazy_static = "1.4.0" -ctor = "0.2.8" +ctor = "0.2.9" itertools = "0.13.0" hex = "0.4.3" anyhow = "1.0.86"