Skip to content

Commit

Permalink
Bump cipher dependency to v0.3 release (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Apr 28, 2021
1 parent 51aa354 commit db37632
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ categories = ["cryptography", "no-std"]

[dependencies]
cfg-if = "1"
cipher = "=0.3.0-pre.4"
ctr = { version = "=0.7.0-pre.3", optional = true }
cipher = "0.3"
ctr = { version = "=0.7.0-pre.4", optional = true }
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }

[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpuid-bool = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion block-modes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["crypto", "block-cipher", "ciphers"]

[dependencies]
block-padding = "0.2"
cipher = "=0.3.0-pre.4"
cipher = "0.3"

[dev-dependencies]
aes = { version = "=0.7.0-pre", path = "../aes", features = ["force-soft"] }
Expand Down
4 changes: 2 additions & 2 deletions blowfish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ keywords = ["crypto", "blowfish", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
byteorder = { version = "1", default-features = false }
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }

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

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"
byteorder = { version = "1", default-features = false }

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

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

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
byteorder = { version = "1", default-features = false }
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
4 changes: 2 additions & 2 deletions gost-modes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ keywords = ["crypto", "block-cipher", "ciphers"]

[dependencies]
block-modes = { version = "=0.8.0-pre", path = "../block-modes", default-features = false }
cipher = { version = "=0.3.0-pre.4", default-features = false }
cipher = { version = "0.3", default-features = false }
generic-array = "0.14"

[dev-dependencies]
kuznyechik = { version = "=0.7.0-pre", path = "../kuznyechik" }
magma = { version = "=0.7.0-pre", path = "../magma" }
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

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

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
4 changes: 2 additions & 2 deletions kuznyechik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ keywords = ["crypto", "kuznyechik", "gost", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

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

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"
4 changes: 2 additions & 2 deletions rc2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords = ["crypto", "rc2", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
4 changes: 2 additions & 2 deletions serpent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["cryptography", "no-std"]

[dependencies]
byteorder = { version = "1", default-features = false }
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
4 changes: 2 additions & 2 deletions sm4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["crypto", "sm4", "block-cipher"]
categories = ["cryptography"]

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"
byteorder = { version = "1", default-features = false }
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"
4 changes: 2 additions & 2 deletions threefish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "threefish", "gost", "block-cipher"]

[dependencies]
cipher = "=0.3.0-pre.4"
cipher = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
4 changes: 2 additions & 2 deletions twofish/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ categories = ["cryptography", "no-std"]

[dependencies]
byteorder = { version = "1", default-features = false }
cipher = "=0.3.0-pre.4"
cipher = "0.3"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "=0.3.0-pre.4", features = ["dev"] }
cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

0 comments on commit db37632

Please sign in to comment.