Skip to content
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

Bump the minor-changes group across 1 directory with 6 updates #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 132 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
# Public dependencies (present in public API of the crate).
elliptic-curve = { version = "0.13.8", features = ["sec1"] }
rand_core = { version = "0.6.2", default-features = false }
rand_core = { version = "0.9.0", default-features = false }
zeroize = { version = "1.8.1", default-features = false, features = ["alloc"] }
sha2 = { version = "0.10.8", default-features = false }

Expand All @@ -38,7 +38,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
base64ct = { version = "1.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.15.2", optional = true }
merlin = { version = "3.0.0", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
rand_chacha = { version = "0.9.0", default-features = false }
subtle = { version = "2.6.1", default-features = false }

# Crypto backend to support Curve25519 prime subgroup and Ristretto255 group;
Expand All @@ -59,11 +59,11 @@ optional = true
bulletproofs = "5.0.0"
criterion = "0.5.0"
doc-comment = "0.3.3"
insta = { version = "1.41.1", features = ["yaml"] }
insta = { version = "1.42.1", features = ["yaml"] }
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }
rand = "0.8.3"
rand = "0.9.0"
serde_json = "1.0"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
test-casing = "0.1.3"
version-sync = "0.9.2"

Expand Down
Loading