Skip to content

Commit

Permalink
Update hex-literal to v0.4 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Jun 18, 2024
1 parent bf22f32 commit a0051b2
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 51 deletions.
58 changes: 26 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"belt-ctr",
"cbc",
Expand Down
4 changes: 2 additions & 2 deletions belt-ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.4"
belt-block = "=0.2.0-pre"
belt-block = "=0.2.0-pre.0"

[dev-dependencies]
hex-literal = "0.4"
belt-block = "=0.2.0-pre"
belt-block = "=0.2.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }

[features]
Expand Down
4 changes: 2 additions & 2 deletions cbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.4.1"
hex-literal = "0.4"

[features]
default = ["block-padding"]
Expand Down
6 changes: 3 additions & 3 deletions cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
belt-block = "=0.2.0-pre"
aes = "=0.9.0-pre.0"
belt-block = "=0.2.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
alloc = ["cipher/alloc"]
Expand Down
4 changes: 2 additions & 2 deletions cfb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
alloc = ["cipher/alloc"]
Expand Down
8 changes: 4 additions & 4 deletions ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
magma = "=0.10.0-pre"
kuznyechik = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
magma = "=0.10.0-pre.0"
kuznyechik = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3.3"
hex-literal = "0.4"

[features]
alloc = ["cipher/alloc"]
Expand Down
4 changes: 2 additions & 2 deletions ige/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3.3"
hex-literal = "0.4"

[features]
default = ["block-padding"]
Expand Down
4 changes: 2 additions & 2 deletions ofb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3"
hex-literal = "0.4"

[features]
alloc = ["cipher/alloc"]
Expand Down
4 changes: 2 additions & 2 deletions pcbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.4"

[dev-dependencies]
aes = "=0.9.0-pre"
aes = "=0.9.0-pre.0"
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
hex-literal = "0.3.3"
hex-literal = "0.4"

[features]
default = ["block-padding"]
Expand Down

0 comments on commit a0051b2

Please sign in to comment.