Skip to content

Commit 6aff233

Browse files
build(deps): bump hex-literal from 0.4.1 to 1.0.0
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. - [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55a57bd commit 6aff233

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

chacha20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cpufeatures = "0.2"
3232

3333
[dev-dependencies]
3434
cipher = { version = "=0.5.0-pre.7", features = ["dev"] }
35-
hex-literal = "0.4"
35+
hex-literal = "1.0"
3636
rand_chacha = "0.3.1"
3737
serde_json = "1.0" # Only to test serde1
3838

hc-256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.7"
1717

1818
[dev-dependencies]
1919
cipher = { version = "=0.5.0-pre.7", features = ["dev"] }
20-
hex-literal = "0.4"
20+
hex-literal = "1.0"
2121

2222
[features]
2323
std = ["cipher/std"]

rabbit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.7"
1717

1818
[dev-dependencies]
1919
cipher = { version = "=0.5.0-pre.7", features = ["dev"] }
20-
hex-literal = "0.4"
20+
hex-literal = "1.0"
2121

2222
[features]
2323
std = ["cipher/std"]

rc4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
1616
cipher = "=0.5.0-pre.7"
1717

1818
[dev-dependencies]
19-
hex-literal = "0.4"
19+
hex-literal = "1.0"
2020

2121
[features]
2222
std = ["cipher/std"]

salsa20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cipher = "=0.5.0-pre.7"
1818

1919
[dev-dependencies]
2020
cipher = { version = "=0.5.0-pre.7", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1.0"
2222

2323
[features]
2424
std = ["cipher/std"]

0 commit comments

Comments
 (0)