Skip to content

Commit d27ece4

Browse files
committed
bump hex-literal to 1.0.0
1 parent 49feca7 commit d27ece4

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.

belt-ctr/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.8"
1717
belt-block = "=0.2.0-pre.2"
1818

1919
[dev-dependencies]
20-
hex-literal = "0.4"
20+
hex-literal = "1"
2121
belt-block = "=0.2.0-pre.2"
2222
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
2323

cbc/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.8"
1818
[dev-dependencies]
1919
aes = "=0.9.0-pre.2"
2020
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1"
2222

2323
[features]
2424
default = ["block-padding"]

cfb-mode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cipher = "=0.5.0-pre.8"
1919
aes = "=0.9.0-pre.2"
2020
belt-block = "=0.2.0-pre.2"
2121
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
22-
hex-literal = "0.4"
22+
hex-literal = "1"
2323

2424
[features]
2525
alloc = ["cipher/alloc"]

cfb8/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.8"
1818
[dev-dependencies]
1919
aes = "=0.9.0-pre.2"
2020
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1"
2222

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

ctr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ aes = "=0.9.0-pre.2"
2020
magma = "=0.10.0-pre.2"
2121
kuznyechik = "=0.9.0-pre.2"
2222
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
23-
hex-literal = "0.4"
23+
hex-literal = "1"
2424

2525
[features]
2626
alloc = ["cipher/alloc"]

cts/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.8"
1717

1818
[dev-dependencies]
1919
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
20-
hex-literal = "0.4"
20+
hex-literal = "1"
2121
aes = "=0.9.0-pre.2"
2222
belt-block = "=0.2.0-pre.2"
2323

ige/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.8"
1818
[dev-dependencies]
1919
aes = "=0.9.0-pre.2"
2020
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1"
2222

2323
[features]
2424
default = ["block-padding"]

ofb/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.8"
1818
[dev-dependencies]
1919
aes = "=0.9.0-pre.2"
2020
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1"
2222

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

pcbc/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.8"
1818
[dev-dependencies]
1919
aes = "=0.9.0-pre.2"
2020
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
21-
hex-literal = "0.4"
21+
hex-literal = "1"
2222

2323
[features]
2424
default = ["block-padding"]

0 commit comments

Comments
 (0)