Skip to content
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
74 changes: 40 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ getrandom = { version = "0.3", features = ["wasm_js"] }
blake2 = "=0.11.0-rc.2"
digest = "=0.11.0-rc.3"
crypto-common = "=0.2.0-rc.4"
block-buffer = "=0.11.0-rc.5"
password-hash = "=0.6.0-rc.1"
block-buffer = "=0.11.0"
password-hash = "=0.6.0-rc.3"
2 changes: 1 addition & 1 deletion picky-asn1-der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_bytes = "0.11"
base64 = "0.22"
pretty_assertions = "1.4"
serde_bytes = "0.11"
crypto-bigint = { version = "0.7.0-rc.8", default-features = false, features = ["alloc"] }
crypto-bigint = { version = "0.7.0-rc.10", default-features = false, features = ["alloc"] }
oid = { version = "0.2", default-features = false, features = ["serde_support"] }

[features]
Expand Down
4 changes: 2 additions & 2 deletions picky-asn1-x509/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" }
serde = { version = "1", features = ["derive"] }
oid = { version = "0.2", features = ["serde_support"] }
base64 = "0.22"
crypto-bigint = { version = "=0.7.0-rc.8", optional = true, features = ["alloc"], default-features = false }
crypto-bigint = { version = "=0.7.0-rc.10", optional = true, features = ["alloc"], default-features = false }
widestring = { version = "1.1", default-features = false, features = ["alloc"], optional = true }
zeroize = { version = "1.8", optional = true }

[dev-dependencies]
crypto-bigint = { version = "=0.7.0-rc.8", features = ["alloc"], default-features = false }
crypto-bigint = { version = "=0.7.0-rc.10", features = ["alloc"], default-features = false }
pretty_assertions = "1.4"
hex = "0.4"
expect-test = "1"
Expand Down
6 changes: 3 additions & 3 deletions picky-krb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ rand = "0.9"

uuid = { version = "1.18", default-features = false, features = ["serde"] }
oid = "0.2"
crypto-bigint = { version = "=0.7.0-rc.8", features = ["alloc"] }
crypto-bigint = { version = "=0.7.0-rc.10", features = ["alloc"] }

# Pin transitive dependencies versions.
# TODO: Remove when stable versions will be released.
block-padding = "=0.4.0-rc.4"
block-padding = "=0.4.2"
cipher = "=0.5.0-rc.1"
block-buffer = "=0.11.0-rc.5"
block-buffer = "=0.11.0"
crypto-common = "=0.2.0-rc.4"
digest = "=0.11.0-rc.3"
18 changes: 9 additions & 9 deletions picky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking"],

rand = "0.9"
rand_core = "0.9"
crypto-bigint = "=0.7.0-rc.8"
crypto-bigint = "=0.7.0-rc.10"

ed25519-dalek = { version = "=3.0.0-pre.1", features = ["hazmat", "rand_core"] }
x25519-dalek = { version = "=3.0.0-pre.1", features = ["static_secrets"] }
Expand Down Expand Up @@ -81,34 +81,34 @@ inout = "=0.2.0-rc.6"
# TODO: Remove when stable versions will be released.
aead = { version = "=0.6.0-rc.2", optional = true }
blake2 = { version = "=0.11.0-rc.2", optional = true }
block-padding = "=0.4.0-rc.4"
block-buffer = "=0.11.0-rc.5"
block-padding = "=0.4.2"
block-buffer = "=0.11.0"
blowfish = { version = "=0.10.0-rc.1", optional = true }
cipher = { version = "=0.5.0-rc.1", optional = true }
crypto-common = "=0.2.0-rc.4"
ghash = { version = "=0.6.0-rc.2", optional = true }
polyval = { version = "=0.7.0-rc.2", optional = true }
universal-hash = { version = "=0.6.0-rc.2", optional = true }
password-hash = { version = "=0.6.0-rc.1", optional = true }
password-hash = { version = "=0.6.0-rc.3", optional = true }
ed25519 = "=3.0.0-rc.1"
signature = "=3.0.0-rc.4"
ecdsa = "=0.17.0-rc.7"
der = "=0.8.0-rc.9"
pem-rfc7468 = "=1.0.0-rc.3"
elliptic-curve = "=0.14.0-rc.15"
pem-rfc7468 = "=1.0.0"
elliptic-curve = "=0.14.0-rc.16"
hkdf = "=0.13.0-rc.2"
pkcs8 = "=0.11.0-rc.7"
pkcs8 = "=0.11.0-rc.8"
spki = "=0.8.0-rc.4"
sec1 = "=0.8.0-rc.10"
rfc6979 = "=0.5.0-rc.1"
rfc6979 = "=0.5.0-rc.2"
pkcs1 = "=0.8.0-rc.4"
keccak = "=0.2.0-rc.0"
primefield = "=0.14.0-pre.6"
primeorder = "=0.14.0-pre.9"
ff = { version = "=0.14.0-pre.0", default-features = false }
group = "=0.14.0-pre.0"
curve25519-dalek = "=5.0.0-pre.1"
crypto-primes = "=0.7.0-pre.3"
crypto-primes = "=0.7.0-pre.4"

[dev-dependencies]
pretty_assertions = "1.4"
Expand Down
Loading