Skip to content

Commit

Permalink
update Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 16, 2022
1 parent a02f2e0 commit 95d3bd0
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 26 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ categories = ["cryptography", "no-std"]

[dependencies]
cfg-if = "1"
cipher = "0.4.1"
cipher = "0.4.2"

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpufeatures = "0.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions blowfish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "blowfish", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"
byteorder = { version = "1.1", default-features = false }

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }

[features]
bcrypt = []
Expand Down
4 changes: 2 additions & 2 deletions cast5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "cast5", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions des/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "des", "tdes", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down
4 changes: 2 additions & 2 deletions idea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "idea", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down
4 changes: 2 additions & 2 deletions kuznyechik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "kuznyechik", "gost", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3.3"

[features]
Expand Down
5 changes: 2 additions & 3 deletions magma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ keywords = ["crypto", "magma", "gost", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
typenum = "1.14"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions rc2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "rc2", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down
4 changes: 2 additions & 2 deletions serpent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories = ["cryptography", "no-std"]

[dependencies]
byteorder = { version = "1.1", default-features = false }
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down
4 changes: 2 additions & 2 deletions sm4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "sm4", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions threefish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "threefish", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3.3"

[features]
Expand Down
4 changes: 2 additions & 2 deletions twofish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["crypto", "twofish", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "0.4.1"
cipher = "0.4.2"

[dev-dependencies]
cipher = { version = "0.4.1", features = ["dev"] }
cipher = { version = "0.4.2", features = ["dev"] }
hex-literal = "0.3"

[features]
Expand Down

0 comments on commit 95d3bd0

Please sign in to comment.