Skip to content

Commit 4637eb5

Browse files
authored
Bump UHF crates to universal-hash v0.5.0-pre.2 prereleases (#445)
Upgrades the following UHF crates: - `ghash` v0.5.0-pre.2 - `poly13095` v0.8.0-pre.2 - `polyval` v0.6.0-pre.2
1 parent 9e33b75 commit 4637eb5

File tree

5 files changed

+30
-35
lines changed

5 files changed

+30
-35
lines changed

Cargo.lock

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

aes-gcm-siv/Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,20 @@ aead = { version = "0.5", default-features = false }
2121
aes = { version = "0.8", optional = true }
2222
cipher = "0.4"
2323
ctr = "0.9"
24-
polyval = { version = "=0.6.0-pre.1", default-features = false }
24+
polyval = { version = "=0.6.0-pre.2", default-features = false }
2525
subtle = { version = "2", default-features = false }
2626
zeroize = { version = "1", default-features = false }
2727

2828
[dev-dependencies]
2929
aead = { version = "0.5", features = ["dev"], default-features = false }
3030

3131
[features]
32-
default = ["aes", "alloc"]
33-
std = ["aead/std", "alloc"]
34-
alloc = ["aead/alloc"]
35-
armv8 = ["polyval/armv8"] # nightly-only
36-
force-soft = ["polyval/force-soft"]
37-
getrandom = ["aead/getrandom"]
38-
heapless = ["aead/heapless"]
39-
stream = ["aead/stream"]
32+
default = ["aes", "alloc"]
33+
std = ["aead/std", "alloc"]
34+
alloc = ["aead/alloc"]
35+
getrandom = ["aead/getrandom"]
36+
heapless = ["aead/heapless"]
37+
stream = ["aead/stream"]
4038

4139
[package.metadata.docs.rs]
4240
all-features = true

aes-gcm/Cargo.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aead = { version = "0.5", default-features = false }
2121
aes = { version = "0.8", optional = true }
2222
cipher = "0.4"
2323
ctr = "0.9"
24-
ghash = { version = "=0.5.0-pre.1", default-features = false }
24+
ghash = { version = "=0.5.0-pre.2", default-features = false }
2525
subtle = { version = "2", default-features = false }
2626
zeroize = { version = "1", optional = true, default-features = false }
2727

@@ -30,14 +30,12 @@ aead = { version = "0.5", features = ["dev"], default-features = false }
3030
hex-literal = "0.3"
3131

3232
[features]
33-
default = ["aes", "alloc"]
34-
std = ["aead/std", "alloc"]
35-
alloc = ["aead/alloc"]
36-
armv8 = ["ghash/armv8"] # nightly-only
37-
force-soft = ["ghash/force-soft"]
38-
getrandom = ["aead/getrandom"]
39-
heapless = ["aead/heapless"]
40-
stream = ["aead/stream"]
33+
default = ["aes", "alloc"]
34+
std = ["aead/std", "alloc"]
35+
alloc = ["aead/alloc"]
36+
getrandom = ["aead/getrandom"]
37+
heapless = ["aead/heapless"]
38+
stream = ["aead/stream"]
4139

4240
[package.metadata.docs.rs]
4341
all-features = true

chacha20poly1305/Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ categories = ["cryptography", "no-std"]
2121
aead = { version = "0.5", default-features = false }
2222
chacha20 = { version = "0.9", features = ["zeroize"] }
2323
cipher = "0.4"
24-
poly1305 = "=0.8.0-pre.1"
24+
poly1305 = "=0.8.0-pre.2"
2525
zeroize = { version = "1", default-features = false }
2626

2727
[dev-dependencies]
2828
aead = { version = "0.5", features = ["dev"], default-features = false }
2929

3030
[features]
31-
default = ["alloc"]
32-
std = ["aead/std", "alloc"]
33-
alloc = ["aead/alloc"]
34-
getrandom = ["aead/getrandom"]
35-
heapless = ["aead/heapless"]
36-
stream = ["aead/stream"]
31+
default = ["alloc"]
32+
std = ["aead/std", "alloc"]
33+
alloc = ["aead/alloc"]
34+
getrandom = ["aead/getrandom"]
35+
heapless = ["aead/heapless"]
3736
reduced-round = []
38-
force-soft = ["poly1305/force-soft"]
37+
stream = ["aead/stream"]
3938

4039
[package.metadata.docs.rs]
4140
all-features = true

xsalsa20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.56"
1818
[dependencies]
1919
aead = { version = "0.5", default-features = false }
2020
salsa20 = { version = "0.10", features = ["zeroize"] }
21-
poly1305 = "=0.8.0-pre.1"
21+
poly1305 = "=0.8.0-pre.2"
2222
rand_core = { version = "0.6", optional = true }
2323
subtle = { version = "2", default-features = false }
2424
zeroize = { version = "1", default-features = false }

0 commit comments

Comments
 (0)