Skip to content

fix: pin pow_sha256 to tag 0.3.1 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

r0hit05
Copy link

@r0hit05 r0hit05 commented Aug 29, 2023

We noticed that pow_sha256 appears twice in the Cargo.lock file in mCaptcha
https://github.com/mCaptcha/mCaptcha/blob/f337ee0643d88723776e1de4e5588dfdb6c0c574/Cargo.lock#L2290-L2312

[[package]]
name = "pow_sha256"
version = "0.3.1"
source = "git+https://github.com/mcaptcha/pow_sha256?tag=0.3.1#3b4e28706a8946987ba02f98e1f816d9fa156dad"
dependencies = [
 "bincode",
 "derive_builder",
 "num",
 "serde 1.0.147",
 "sha2",
]

[[package]]
name = "pow_sha256"
version = "0.3.1"
source = "git+https://github.com/mcaptcha/pow_sha256#148f1cb70d19114d1340661a77b2b679e95715f6"
dependencies = [
 "bincode",
 "derive_builder",
 "num",
 "serde 1.0.147",
 "sha2",
]

This PR allows Cargo to de-duplicate the dependencies.

jfly added a commit to ngi-nix/mCaptcha that referenced this pull request Aug 29, 2023
This shows what will happen once
mCaptcha/libmcaptcha#13 is merged to
libmcaptcha.

Co-authored-by: Shahar "Dawn" Or <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants