Skip to content

Commit d6f80cd

Browse files
authored
chore(deps): bump aead to 0.6.0-rc.2 (#720)
Fixes #717
1 parent faac9cf commit d6f80cd

File tree

71 files changed

+41
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+41
-93
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ members = [
1818
[patch.crates-io]
1919
aead-stream = { path = "aead-stream" }
2020
aes-gcm = { path = "aes-gcm" }
21+
22+
# https://github.com/RustCrypto/utils/pull/1187
23+
blobby = { git = "https://github.com/RustCrypto/utils" }

aead-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
aead = { version = "0.6.0-rc.1", default-features = false }
16+
aead = { version = "0.6.0-rc.2", default-features = false }
1717

1818
[features]
1919
alloc = ["aead/alloc"]

aes-gcm-siv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
aead = { version = "0.6.0-rc.1", default-features = false }
20+
aead = { version = "0.6.0-rc.2", default-features = false }
2121
aes = { version = "0.9.0-rc.1", optional = true }
2222
cipher = "0.5.0-rc.1"
2323
ctr = "0.10.0-rc.1"
@@ -26,7 +26,7 @@ subtle = { version = "2", default-features = false }
2626
zeroize = { version = "1", optional = true, default-features = false }
2727

2828
[dev-dependencies]
29-
aead = { version = "0.6.0-rc.1", features = ["dev"], default-features = false }
29+
aead = { version = "0.6.0-rc.2", features = ["dev"], default-features = false }
3030

3131
[features]
3232
default = ["aes", "alloc", "os_rng"]
2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

aes-gcm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
aead = { version = "0.6.0-rc.1", default-features = false }
20+
aead = { version = "0.6.0-rc.2", default-features = false }
2121
aes = { version = "0.9.0-rc.1", optional = true }
2222
cipher = "0.5.0-rc.1"
2323
ctr = "0.10.0-rc.1"
@@ -26,7 +26,7 @@ subtle = { version = "2", default-features = false }
2626
zeroize = { version = "1", optional = true, default-features = false }
2727

2828
[dev-dependencies]
29-
aead = { version = "0.6.0-rc.1", features = ["alloc", "dev"], default-features = false }
29+
aead = { version = "0.6.0-rc.2", features = ["alloc", "dev"], default-features = false }
3030
hex-literal = "1"
3131

3232
[features]
2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

aes-siv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
aead = "0.6.0-rc.1"
20+
aead = "0.6.0-rc.2"
2121
aes = "0.9.0-rc.1"
2222
cipher = "0.5.0-rc.1"
2323
cmac = "0.8.0-rc.1"
@@ -30,7 +30,7 @@ zeroize = { version = "1", optional = true, default-features = false }
3030
pmac = { version = "0.8.0-rc.1", optional = true }
3131

3232
[dev-dependencies]
33-
aead = { version = "0.6.0-rc.1", features = ["alloc", "dev"], default-features = false }
33+
aead = { version = "0.6.0-rc.2", features = ["alloc", "dev"], default-features = false }
3434
blobby = "0.4.0-pre.0"
3535
hex-literal = "1"
3636

0 commit comments

Comments
 (0)