Skip to content

Commit f1adaf4

Browse files
committed
chore(deps): bump cipher from 0.5.0-pre.7 to 0.5.0-pre.8
1 parent b67dec3 commit f1adaf4

File tree

8 files changed

+60
-80
lines changed

8 files changed

+60
-80
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,20 @@ members = ["belt-mac", "cbc-mac", "cmac", "hmac", "pmac", "retail-mac"]
44

55
[profile.dev]
66
opt-level = 2
7+
8+
[patch.crates-io]
9+
# https://github.com/RustCrypto/hashes/pull/652
10+
md-5 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
11+
sha1 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
12+
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
13+
streebog = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
14+
15+
# https://github.com/RustCrypto/block-ciphers/pull/472
16+
aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
17+
des = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
18+
belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
19+
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
20+
magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/edition-2024" }
21+
22+
# https://github.com/RustCrypto/utils/pull/1149
23+
dbl = { git = "https://github.com/RustCrypto/utils.git" }

belt-mac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
belt-block = "0.2.0-pre.2"
17-
cipher = "=0.5.0-pre.7"
18-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
17+
cipher = "=0.5.0-pre.8"
18+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1919

2020
[dev-dependencies]
21-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
21+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2222
hex-literal = "0.4"
2323

2424
[features]

cbc-mac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repository = "https://github.com/RustCrypto/MACs"
1212
keywords = ["crypto", "mac", "daa"]
1313

1414
[dependencies]
15-
cipher = "=0.5.0-pre.7"
16-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
15+
cipher = "=0.5.0-pre.8"
16+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1717

1818
[dev-dependencies]
19-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
19+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2020
hex-literal = "0.4"
2121

2222
aes = "0.9.0-pre.2"

cmac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ categories = ["cryptography", "no-std"]
1414
exclude = ["tests/cavp_large.rs", "tests/data/cavp_aes128_large.blb"]
1515

1616
[dependencies]
17-
cipher = "=0.5.0-pre.7"
18-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
17+
cipher = "=0.5.0-pre.8"
18+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1919
dbl = "0.4.0-rc.0"
2020

2121
[dev-dependencies]
22-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
22+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2323
hex-literal = "0.4"
2424

2525
aes = "0.9.0-pre.2"

hmac/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
16+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1717

1818
[dev-dependencies]
19-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
19+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2020
md-5 = { version = "=0.11.0-pre.4", default-features = false }
2121
sha1 = { version = "=0.11.0-pre.4", default-features = false }
2222
sha2 = { version = "=0.11.0-pre.4", default-features = false }

pmac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ keywords = ["crypto", "mac", "pmac"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "=0.5.0-pre.7"
17-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
16+
cipher = "=0.5.0-pre.8"
17+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1818
dbl = "0.4.0-rc.0"
1919

2020
[dev-dependencies]
2121
aes = "0.9.0-pre.2"
22-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
22+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2323

2424
[features]
2525
std = ["digest/std"]

retail-mac/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repository = "https://github.com/RustCrypto/MACs"
1212
keywords = ["crypto", "mac"]
1313

1414
[dependencies]
15-
cipher = "=0.5.0-pre.7"
16-
digest = { version = "=0.11.0-pre.9", features = ["mac"] }
15+
cipher = "=0.5.0-pre.8"
16+
digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1717

1818
[dev-dependencies]
19-
digest = { version = "=0.11.0-pre.9", features = ["dev"] }
19+
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
2020
hex-literal = "0.4"
2121

2222
aes = "0.9.0-pre.2"

0 commit comments

Comments
 (0)