From ad456ad32930ee2cc58e466478fe757822c22f7f Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Sat, 28 Sep 2024 10:20:32 -0700 Subject: [PATCH] build(deps): bump hybrid-array from 0.2.0-rc.9 to 0.2.0-rc.10; bump MSRV to 1.81 (#633) This comes after #632 --- .github/workflows/aead-stream.yml | 6 +++--- .github/workflows/aes-gcm-siv.yml | 6 +++--- .github/workflows/aes-gcm.yml | 6 +++--- .github/workflows/aes-siv.yml | 4 ++-- .github/workflows/ascon-aead.yml | 6 +++--- .github/workflows/ccm.yml | 6 +++--- .github/workflows/chacha20poly1305.yml | 6 +++--- .github/workflows/deoxys.yml | 4 ++-- .github/workflows/eax.yml | 4 ++-- .github/workflows/ocb3.yml | 6 +++--- Cargo.lock | 4 ++-- aead-stream/Cargo.toml | 2 +- aes-gcm-siv/Cargo.toml | 2 +- aes-gcm/Cargo.toml | 2 +- aes-siv/Cargo.toml | 2 +- ascon-aead/Cargo.toml | 2 +- ccm/Cargo.toml | 2 +- chacha20poly1305/Cargo.toml | 2 +- deoxys/Cargo.toml | 2 +- eax/Cargo.toml | 2 +- ocb3/Cargo.toml | 2 +- 21 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/aead-stream.yml b/.github/workflows/aead-stream.yml index 5f3f2720..3401d963 100644 --- a/.github/workflows/aead-stream.yml +++ b/.github/workflows/aead-stream.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.65.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -43,7 +43,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -51,7 +51,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/aes-gcm-siv.yml b/.github/workflows/aes-gcm-siv.yml index 68fa4a70..7f9fb4a6 100644 --- a/.github/workflows/aes-gcm-siv.yml +++ b/.github/workflows/aes-gcm-siv.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -44,7 +44,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -52,7 +52,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/aes-gcm.yml b/.github/workflows/aes-gcm.yml index 5d03b0c8..128817bf 100644 --- a/.github/workflows/aes-gcm.yml +++ b/.github/workflows/aes-gcm.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -44,7 +44,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -52,7 +52,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/aes-siv.yml b/.github/workflows/aes-siv.yml index d2da386e..f0bb1872 100644 --- a/.github/workflows/aes-siv.yml +++ b/.github/workflows/aes-siv.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -42,7 +42,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ascon-aead.yml b/.github/workflows/ascon-aead.yml index 79d67f52..a5243f99 100644 --- a/.github/workflows/ascon-aead.yml +++ b/.github/workflows/ascon-aead.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.65.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -44,7 +44,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -52,7 +52,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/ccm.yml b/.github/workflows/ccm.yml index bbe36ffe..2307e99e 100644 --- a/.github/workflows/ccm.yml +++ b/.github/workflows/ccm.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.65.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -43,7 +43,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -51,7 +51,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/chacha20poly1305.yml b/.github/workflows/chacha20poly1305.yml index 1e7d049f..189b79b1 100644 --- a/.github/workflows/chacha20poly1305.yml +++ b/.github/workflows/chacha20poly1305.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.65.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -45,7 +45,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -53,7 +53,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.65.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/.github/workflows/deoxys.yml b/.github/workflows/deoxys.yml index 40b8c2ec..46674c77 100644 --- a/.github/workflows/deoxys.yml +++ b/.github/workflows/deoxys.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -42,7 +42,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/eax.yml b/.github/workflows/eax.yml index 47c75f15..e601c7ff 100644 --- a/.github/workflows/eax.yml +++ b/.github/workflows/eax.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.71.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -41,7 +41,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ocb3.yml b/.github/workflows/ocb3.yml index d2baaa95..1e07845e 100644 --- a/.github/workflows/ocb3.yml +++ b/.github/workflows/ocb3.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - armv7a-none-eabi @@ -44,7 +44,7 @@ jobs: include: # 32-bit Linux - target: i686-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV deps: sudo apt update && sudo apt install gcc-multilib - target: i686-unknown-linux-gnu rust: stable @@ -52,7 +52,7 @@ jobs: # 64-bit Linux - target: x86_64-unknown-linux-gnu - rust: 1.72.0 # MSRV + rust: 1.81.0 # MSRV - target: x86_64-unknown-linux-gnu rust: stable steps: diff --git a/Cargo.lock b/Cargo.lock index 09174617..b92ee49c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.9" +version = "0.2.0-rc.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d306b679262030ad8813a82d4915fc04efff97776e4db7f8eb5137039d56400" +checksum = "bae36f8710514b3e7aab028021733330de6e455e0352e19c6dd4513eecb7aa9a" dependencies = [ "typenum", ] diff --git a/aead-stream/Cargo.toml b/aead-stream/Cargo.toml index 0cbf1ae2..65338967 100644 --- a/aead-stream/Cargo.toml +++ b/aead-stream/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/aead-stream" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "stream", "encryption"] categories = ["cryptography", "no-std"] -rust-version = "1.65" +rust-version = "1.81" [dependencies] aead = { version = "=0.6.0-rc.0", default-features = false, features = ["stream"] } diff --git a/aes-gcm-siv/Cargo.toml b/aes-gcm-siv/Cargo.toml index e597e3c6..452d0610 100644 --- a/aes-gcm-siv/Cargo.toml +++ b/aes-gcm-siv/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://docs.rs/aes-gcm-siv" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "aes", "aes-gcm", "encryption", "siv"] categories = ["cryptography", "no-std"] -rust-version = "1.72" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/aes-gcm/Cargo.toml b/aes-gcm/Cargo.toml index 0a680061..2a6d0efb 100644 --- a/aes-gcm/Cargo.toml +++ b/aes-gcm/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://docs.rs/aes-gcm" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "aes", "encryption", "gcm", "ghash"] categories = ["cryptography", "no-std"] -rust-version = "1.72" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/aes-siv/Cargo.toml b/aes-siv/Cargo.toml index 84a3b7d7..294674b6 100644 --- a/aes-siv/Cargo.toml +++ b/aes-siv/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://docs.rs/aes-siv" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "aes", "encryption", "siv"] categories = ["cryptography", "no-std"] -rust-version = "1.72" +rust-version = "1.81" [dependencies] aead = "0.6.0-rc.0" diff --git a/ascon-aead/Cargo.toml b/ascon-aead/Cargo.toml index 48907aaa..ae8b337b 100644 --- a/ascon-aead/Cargo.toml +++ b/ascon-aead/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" repository = "https://github.com/RustCrypto/AEADs" keywords = ["AEAD", "ascon", "encryption"] categories = ["cryptography", "no-std"] -rust-version = "1.65" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/ccm/Cargo.toml b/ccm/Cargo.toml index d90ce885..9763bf33 100644 --- a/ccm/Cargo.toml +++ b/ccm/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/RustCrypto/AEADs/tree/master/ccm" repository = "https://github.com/RustCrypto/AEADs" categories = ["cryptography", "no-std"] keywords = ["encryption", "aead"] -rust-version = "1.65" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/chacha20poly1305/Cargo.toml b/chacha20poly1305/Cargo.toml index c458ea15..0a8f81f8 100644 --- a/chacha20poly1305/Cargo.toml +++ b/chacha20poly1305/Cargo.toml @@ -17,7 +17,7 @@ homepage = "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "chacha20", "poly1305", "xchacha20", "xchacha20poly1305"] categories = ["cryptography", "no-std"] -rust-version = "1.65" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/deoxys/Cargo.toml b/deoxys/Cargo.toml index 385b1d78..28a72ee9 100644 --- a/deoxys/Cargo.toml +++ b/deoxys/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["aead", "deoxys", "deoxys-i", "deoxys-ii"] categories = ["cryptography", "no-std"] readme = "README.md" edition = "2021" -rust-version = "1.72" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/eax/Cargo.toml b/eax/Cargo.toml index 34993f2d..951a3b76 100644 --- a/eax/Cargo.toml +++ b/eax/Cargo.toml @@ -17,7 +17,7 @@ documentation = "https://docs.rs/eax" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "aes", "encryption"] categories = ["cryptography", "no-std"] -rust-version = "1.71" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false } diff --git a/ocb3/Cargo.toml b/ocb3/Cargo.toml index ada9400b..10dbdf6f 100644 --- a/ocb3/Cargo.toml +++ b/ocb3/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/ocb3" repository = "https://github.com/RustCrypto/AEADs" keywords = ["aead", "encryption", "ocb"] categories = ["cryptography", "no-std"] -rust-version = "1.72" +rust-version = "1.81" [dependencies] aead = { version = "0.6.0-rc.0", default-features = false }