From 016008ce6d4cffb55c23acbccf152928cbd47881 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:16:04 +0200 Subject: [PATCH] fix: cocoon version --- Cargo.lock | 2 +- testing/thor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f83c84a346..72acd44e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,7 +868,7 @@ dependencies = [ [[package]] name = "cocoon" version = "0.3.0" -source = "git+https://github.com/dkijania/cocoon.git?rev=1dfd975c3f0720d51c56fb297e7c92467bc3448a#1dfd975c3f0720d51c56fb297e7c92467bc3448a" +source = "git+https://github.com/dkijania/cocoon.git?branch=master#85a61e33191ddb209f5d5a3382280419bc55c0fb" dependencies = [ "aes-gcm", "chacha20poly1305", diff --git a/testing/thor/Cargo.toml b/testing/thor/Cargo.toml index e055e58529..0f378968c3 100644 --- a/testing/thor/Cargo.toml +++ b/testing/thor/Cargo.toml @@ -17,7 +17,7 @@ chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", b assert_fs = "1.0" chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } serde = { version = "1.0", features = ["derive"] } -cocoon = { git = "https://github.com/dkijania/cocoon.git", rev = "1dfd975c3f0720d51c56fb297e7c92467bc3448a" } +cocoon = { git = "https://github.com/dkijania/cocoon.git", branch = "master" } dirs = "4.0.0" serde_yaml = "0.8" structopt = "0.3"