Skip to content

Commit

Permalink
chore(deps): bump hex-literal from 0.4.1 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 23, 2025
1 parent 88c1d59 commit 01ee216
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cpufeatures = "0.2"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
hazmat = [] # Expose cryptographically hazardous APIs
Expand Down
2 changes: 1 addition & 1 deletion aria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion belt-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cipher = { version = "=0.5.0-pre.8", optional = true }

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
default = ["cipher"]
Expand Down
2 changes: 1 addition & 1 deletion cast5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion cast6/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion des/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion gift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion kuznyechik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cfg-if = "1"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion magma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion rc5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion sm4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion speck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down
2 changes: 1 addition & 1 deletion threefish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zeroize = { version = "1.6", optional = true, default-features = false }

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
default = ["cipher"]
Expand Down
2 changes: 1 addition & 1 deletion twofish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cipher = "=0.5.0-pre.8"

[dev-dependencies]
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"

[features]
zeroize = ["cipher/zeroize"]
Expand Down

0 comments on commit 01ee216

Please sign in to comment.