From 5a7b944e9e8ce9574c6d1c4a5c3ee2f64db32758 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 24 Jan 2026 09:21:03 -0700 Subject: [PATCH] Bump `cipher` to v0.5.0-rc.6 --- Cargo.lock | 12 ++++++------ belt-ctr/Cargo.toml | 4 ++-- cbc/Cargo.toml | 4 ++-- cfb-mode/Cargo.toml | 4 ++-- cfb8/Cargo.toml | 4 ++-- ctr/Cargo.toml | 4 ++-- cts/Cargo.toml | 4 ++-- ige/Cargo.toml | 4 ++-- ofb/Cargo.toml | 4 ++-- pcbc/Cargo.toml | 4 ++-- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0f664c..8da11cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "cipher" -version = "0.5.0-rc.3" +version = "0.5.0-rc.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d708bac5451350d56398433b19a7889022fa9187df1a769c0edbc3b2c03167" +checksum = "eba4d87abf4032a6d927f84b71af5086128a3349b929b4501c51a0fe0981a937" dependencies = [ "blobby", "block-buffer", @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.8" +version = "0.2.0-rc.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" +checksum = "c7722afd27468475c9b6063dc03a57ef2ca833816981619f8ebe64d38d207eef" dependencies = [ "hybrid-array", ] @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7357b6e7aa75618c7864ebd0634b115a7218b0615f4cb1df33ac3eca23943d4" +checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" dependencies = [ "block-padding", "hybrid-array", diff --git a/belt-ctr/Cargo.toml b/belt-ctr/Cargo.toml index 35e534e..f89413d 100644 --- a/belt-ctr/Cargo.toml +++ b/belt-ctr/Cargo.toml @@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers", "belt"] categories = ["cryptography", "no-std"] [dependencies] -cipher = { version = "0.5.0-rc.3", features = ["stream-wrapper"] } +cipher = { version = "0.5.0-rc.6", features = ["stream-wrapper"] } belt-block = "0.2.0-rc.2" [dev-dependencies] hex-literal = "1" belt-block = "0.2.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } [features] alloc = ["cipher/alloc"] diff --git a/cbc/Cargo.toml b/cbc/Cargo.toml index 507e6ef..d0d5027 100644 --- a/cbc/Cargo.toml +++ b/cbc/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] aes = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/cfb-mode/Cargo.toml b/cfb-mode/Cargo.toml index f5c0536..78b4d08 100644 --- a/cfb-mode/Cargo.toml +++ b/cfb-mode/Cargo.toml @@ -13,12 +13,12 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] aes = "0.9.0-rc.2" belt-block = "0.2.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/cfb8/Cargo.toml b/cfb8/Cargo.toml index 04d16de..aefe2c4 100644 --- a/cfb8/Cargo.toml +++ b/cfb8/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] aes = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/ctr/Cargo.toml b/ctr/Cargo.toml index 1eb3fe0..422fee3 100644 --- a/ctr/Cargo.toml +++ b/ctr/Cargo.toml @@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = { version = "0.5.0-rc.3", features = ["stream-wrapper"] } +cipher = { version = "0.5.0-rc.6", features = ["stream-wrapper"] } [dev-dependencies] aes = "0.9.0-rc.2" magma = "0.10.0-rc.2" kuznyechik = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/cts/Cargo.toml b/cts/Cargo.toml index 6cfcdf9..3498d15 100644 --- a/cts/Cargo.toml +++ b/cts/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["crypto", "block-mode", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" aes = "0.9.0-rc.2" belt-block = "0.2.0-rc.2" diff --git a/ige/Cargo.toml b/ige/Cargo.toml index 487f3c0..22d732e 100644 --- a/ige/Cargo.toml +++ b/ige/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] aes = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/ofb/Cargo.toml b/ofb/Cargo.toml index 3438f39..91c4dc4 100644 --- a/ofb/Cargo.toml +++ b/ofb/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = { version = "0.5.0-rc.3", features = ["stream-wrapper"] } +cipher = { version = "0.5.0-rc.6", features = ["stream-wrapper"] } [dev-dependencies] aes = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features] diff --git a/pcbc/Cargo.toml b/pcbc/Cargo.toml index 7ef0873..5e9bc72 100644 --- a/pcbc/Cargo.toml +++ b/pcbc/Cargo.toml @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "0.5.0-rc.3" +cipher = "0.5.0-rc.6" [dev-dependencies] aes = "0.9.0-rc.2" -cipher = { version = "0.5.0-rc.3", features = ["dev"] } +cipher = { version = "0.5.0-rc.6", features = ["dev"] } hex-literal = "1" [features]