Skip to content

Commit 9008a59

Browse files
build(deps): bump the patch group across 1 directory with 9 updates
Bumps the patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.0-rc.8` | `0.7.0-rc.10` | | [block-padding](https://github.com/RustCrypto/utils) | `0.4.0-rc.4` | `0.4.1` | | [block-buffer](https://github.com/RustCrypto/utils) | `0.11.0-rc.5` | `0.11.0` | | [password-hash](https://github.com/RustCrypto/traits) | `0.6.0-rc.1` | `0.6.0-rc.2` | | [pem-rfc7468](https://github.com/RustCrypto/formats) | `1.0.0-rc.3` | `1.0.0` | | [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.15` | `0.14.0-rc.16` | | [pkcs8](https://github.com/RustCrypto/formats) | `0.11.0-rc.7` | `0.11.0-rc.8` | | [rfc6979](https://github.com/RustCrypto/signatures) | `0.5.0-rc.1` | `0.5.0-rc.2` | | [crypto-primes](https://github.com/entropyxyz/crypto-primes) | `0.7.0-pre.3` | `0.7.0-pre.4` | Updates `crypto-bigint` from 0.7.0-rc.8 to 0.7.0-rc.10 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.8...v0.7.0-rc.10) Updates `block-padding` from 0.4.0-rc.4 to 0.4.1 - [Commits](RustCrypto/utils@block-padding-v0.4.0-rc.4...block-padding-v0.4.1) Updates `block-buffer` from 0.11.0-rc.5 to 0.11.0 - [Commits](RustCrypto/utils@block-buffer-v0.11.0-rc.5...block-buffer-v0.11.0) Updates `password-hash` from 0.6.0-rc.1 to 0.6.0-rc.2 - [Commits](RustCrypto/traits@password-hash-v0.6.0-rc.1...password-hash-v0.6.0-rc.2) Updates `pem-rfc7468` from 1.0.0-rc.3 to 1.0.0 - [Commits](RustCrypto/formats@pem-rfc7468/v1.0.0-rc.3...pem-rfc7468/v1.0.0) Updates `elliptic-curve` from 0.14.0-rc.15 to 0.14.0-rc.16 - [Commits](RustCrypto/traits@elliptic-curve-v0.14.0-rc.15...elliptic-curve-v0.14.0-rc.16) Updates `pkcs8` from 0.11.0-rc.7 to 0.11.0-rc.8 - [Commits](RustCrypto/formats@pkcs8/v0.11.0-rc.7...pkcs8/v0.11.0-rc.8) Updates `rfc6979` from 0.5.0-rc.1 to 0.5.0-rc.2 - [Commits](RustCrypto/signatures@rfc6979/v0.5.0-rc.1...rfc6979/v0.5.0-rc.2) Updates `crypto-primes` from 0.7.0-pre.3 to 0.7.0-pre.4 - [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md) - [Commits](entropyxyz/crypto-primes@v0.7.0-pre.3...v0.7.0-pre.4) --- updated-dependencies: - dependency-name: crypto-bigint dependency-version: 0.7.0-rc.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: block-padding dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: block-buffer dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: password-hash dependency-version: 0.6.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pem-rfc7468 dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: elliptic-curve dependency-version: 0.14.0-rc.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pkcs8 dependency-version: 0.11.0-rc.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: rfc6979 dependency-version: 0.5.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: crypto-primes dependency-version: 0.7.0-pre.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efc99ee commit 9008a59

File tree

6 files changed

+57
-51
lines changed

6 files changed

+57
-51
lines changed

Cargo.lock

Lines changed: 40 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ getrandom = { version = "0.3", features = ["wasm_js"] }
4040
blake2 = "=0.11.0-rc.2"
4141
digest = "=0.11.0-rc.3"
4242
crypto-common = "=0.2.0-rc.4"
43-
block-buffer = "=0.11.0-rc.5"
44-
password-hash = "=0.6.0-rc.1"
43+
block-buffer = "=0.11.0"
44+
password-hash = "=0.6.0-rc.3"

picky-asn1-der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_bytes = "0.11"
2525
base64 = "0.22"
2626
pretty_assertions = "1.4"
2727
serde_bytes = "0.11"
28-
crypto-bigint = { version = "0.7.0-rc.8", default-features = false, features = ["alloc"] }
28+
crypto-bigint = { version = "0.7.0-rc.10", default-features = false, features = ["alloc"] }
2929
oid = { version = "0.2", default-features = false, features = ["serde_support"] }
3030

3131
[features]

picky-asn1-x509/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" }
2222
serde = { version = "1", features = ["derive"] }
2323
oid = { version = "0.2", features = ["serde_support"] }
2424
base64 = "0.22"
25-
crypto-bigint = { version = "=0.7.0-rc.8", optional = true, features = ["alloc"], default-features = false }
25+
crypto-bigint = { version = "=0.7.0-rc.10", optional = true, features = ["alloc"], default-features = false }
2626
widestring = { version = "1.1", default-features = false, features = ["alloc"], optional = true }
2727
zeroize = { version = "1.8", optional = true }
2828

2929
[dev-dependencies]
30-
crypto-bigint = { version = "=0.7.0-rc.8", features = ["alloc"], default-features = false }
30+
crypto-bigint = { version = "=0.7.0-rc.10", features = ["alloc"], default-features = false }
3131
pretty_assertions = "1.4"
3232
hex = "0.4"
3333
expect-test = "1"

picky-krb/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ rand = "0.9"
3232

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

3737
# Pin transitive dependencies versions.
3838
# TODO: Remove when stable versions will be released.
39-
block-padding = "=0.4.0-rc.4"
39+
block-padding = "=0.4.2"
4040
cipher = "=0.5.0-rc.1"
41-
block-buffer = "=0.11.0-rc.5"
41+
block-buffer = "=0.11.0"
4242
crypto-common = "=0.2.0-rc.4"
4343
digest = "=0.11.0-rc.3"

picky/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking"],
4747

4848
rand = "0.9"
4949
rand_core = "0.9"
50-
crypto-bigint = "=0.7.0-rc.8"
50+
crypto-bigint = "=0.7.0-rc.10"
5151

5252
ed25519-dalek = { version = "=3.0.0-pre.1", features = ["hazmat", "rand_core"] }
5353
x25519-dalek = { version = "=3.0.0-pre.1", features = ["static_secrets"] }
@@ -81,34 +81,34 @@ inout = "=0.2.0-rc.6"
8181
# TODO: Remove when stable versions will be released.
8282
aead = { version = "=0.6.0-rc.2", optional = true }
8383
blake2 = { version = "=0.11.0-rc.2", optional = true }
84-
block-padding = "=0.4.0-rc.4"
85-
block-buffer = "=0.11.0-rc.5"
84+
block-padding = "=0.4.2"
85+
block-buffer = "=0.11.0"
8686
blowfish = { version = "=0.10.0-rc.1", optional = true }
8787
cipher = { version = "=0.5.0-rc.1", optional = true }
8888
crypto-common = "=0.2.0-rc.4"
8989
ghash = { version = "=0.6.0-rc.2", optional = true }
9090
polyval = { version = "=0.7.0-rc.2", optional = true }
9191
universal-hash = { version = "=0.6.0-rc.2", optional = true }
92-
password-hash = { version = "=0.6.0-rc.1", optional = true }
92+
password-hash = { version = "=0.6.0-rc.3", optional = true }
9393
ed25519 = "=3.0.0-rc.1"
9494
signature = "=3.0.0-rc.4"
9595
ecdsa = "=0.17.0-rc.7"
9696
der = "=0.8.0-rc.9"
97-
pem-rfc7468 = "=1.0.0-rc.3"
98-
elliptic-curve = "=0.14.0-rc.15"
97+
pem-rfc7468 = "=1.0.0"
98+
elliptic-curve = "=0.14.0-rc.16"
9999
hkdf = "=0.13.0-rc.2"
100-
pkcs8 = "=0.11.0-rc.7"
100+
pkcs8 = "=0.11.0-rc.8"
101101
spki = "=0.8.0-rc.4"
102102
sec1 = "=0.8.0-rc.10"
103-
rfc6979 = "=0.5.0-rc.1"
103+
rfc6979 = "=0.5.0-rc.2"
104104
pkcs1 = "=0.8.0-rc.4"
105105
keccak = "=0.2.0-rc.0"
106106
primefield = "=0.14.0-pre.6"
107107
primeorder = "=0.14.0-pre.9"
108108
ff = { version = "=0.14.0-pre.0", default-features = false }
109109
group = "=0.14.0-pre.0"
110110
curve25519-dalek = "=5.0.0-pre.1"
111-
crypto-primes = "=0.7.0-pre.3"
111+
crypto-primes = "=0.7.0-pre.4"
112112

113113
[dev-dependencies]
114114
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)