From a77722108c687617791b80c7dfe3415e7b23ac7e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 15 Oct 2024 13:11:01 -0600 Subject: [PATCH] Bump `hybrid-array` to v0.2.0-rc.11; MSRV 1.81 --- .github/workflows/ssh-cipher.yml | 4 ++-- .github/workflows/ssh-encoding.yml | 4 ++-- .github/workflows/ssh-key.yml | 4 ++-- .github/workflows/ssh-protocol.yml | 2 +- .github/workflows/workspace.yml | 2 +- Cargo.lock | 4 ++-- ssh-cipher/Cargo.toml | 2 +- ssh-cipher/README.md | 4 ++-- ssh-encoding/Cargo.toml | 2 +- ssh-encoding/README.md | 4 ++-- ssh-key/Cargo.toml | 2 +- ssh-key/README.md | 4 ++-- ssh-protocol/Cargo.toml | 2 +- ssh-protocol/README.md | 4 ++-- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ssh-cipher.yml b/.github/workflows/ssh-cipher.yml index d44eadc..d858809 100644 --- a/.github/workflows/ssh-cipher.yml +++ b/.github/workflows/ssh-cipher.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -49,7 +49,7 @@ jobs: strategy: matrix: rust: - - 1.72.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ssh-encoding.yml b/.github/workflows/ssh-encoding.yml index 4b90127..be1590b 100644 --- a/.github/workflows/ssh-encoding.yml +++ b/.github/workflows/ssh-encoding.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: rust: - - 1.71.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -47,7 +47,7 @@ jobs: strategy: matrix: rust: - - 1.71.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ssh-key.yml b/.github/workflows/ssh-key.yml index ccf38e1..5829969 100644 --- a/.github/workflows/ssh-key.yml +++ b/.github/workflows/ssh-key.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: rust: - - 1.73.0 # MSRV + - 1.81.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -80,7 +80,7 @@ jobs: strategy: matrix: rust: - - 1.73.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ssh-protocol.yml b/.github/workflows/ssh-protocol.yml index 24241d8..2ca9794 100644 --- a/.github/workflows/ssh-protocol.yml +++ b/.github/workflows/ssh-protocol.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: rust: - - 1.73.0 # MSRV + - 1.81.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index e8586a7..9e004cb 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.80.0 + toolchain: 1.81.0 components: clippy - run: cargo clippy --all-features diff --git a/Cargo.lock b/Cargo.lock index a071444..9b0c22b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.2.0-rc.9" +version = "0.2.0-rc.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d306b679262030ad8813a82d4915fc04efff97776e4db7f8eb5137039d56400" +checksum = "a5a41e5b0754cae5aaf7915f1df1147ba8d316fc6e019cfcc00fbaba96d5e030" dependencies = [ "typenum", "zeroize", diff --git a/ssh-cipher/Cargo.toml b/ssh-cipher/Cargo.toml index 97b010f..560c295 100644 --- a/ssh-cipher/Cargo.toml +++ b/ssh-cipher/Cargo.toml @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"] keywords = ["crypto", "encryption", "openssh", "ssh"] readme = "README.md" edition = "2021" -rust-version = "1.72" +rust-version = "1.81" [dependencies] cipher = "=0.5.0-pre.6" diff --git a/ssh-cipher/README.md b/ssh-cipher/README.md index f96d5a3..d6b514b 100644 --- a/ssh-cipher/README.md +++ b/ssh-cipher/README.md @@ -21,7 +21,7 @@ Built on the pure Rust cryptography implementations maintained by the ## Minimum Supported Rust Version -This crate requires **Rust 1.60** at a minimum. +This crate requires **Rust 1.81** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -48,7 +48,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-cipher/badge.svg [docs-link]: https://docs.rs/ssh-cipher/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH [build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-cipher.yml/badge.svg diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index 9bb4d03..5a94ff8 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -13,7 +13,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std", "parser-im keywords = ["crypto", "certificate", "key", "openssh", "ssh"] readme = "README.md" edition = "2021" -rust-version = "1.71" +rust-version = "1.81" [dependencies] base64ct = { version = "1.4", optional = true } diff --git a/ssh-encoding/README.md b/ssh-encoding/README.md index 8f64a3f..c3b7381 100644 --- a/ssh-encoding/README.md +++ b/ssh-encoding/README.md @@ -16,7 +16,7 @@ in [RFC4251]. ## Minimum Supported Rust Version -This crate requires **Rust 1.71** at a minimum. +This crate requires **Rust 1.81** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -43,7 +43,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-encoding/badge.svg [docs-link]: https://docs.rs/ssh-encoding/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH [build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-encoding.yml/badge.svg diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 6e93c27..5063ca5 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -15,7 +15,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std", "parser-im keywords = ["crypto", "certificate", "openssh", "ssh", "sshsig"] readme = "README.md" edition = "2021" -rust-version = "1.73" +rust-version = "1.81" [dependencies] cipher = { package = "ssh-cipher", version = "=0.3.0-pre.2", features = ["zeroize"], path = "../ssh-cipher" } diff --git a/ssh-key/README.md b/ssh-key/README.md index 79765dd..0094c5d 100644 --- a/ssh-key/README.md +++ b/ssh-key/README.md @@ -86,7 +86,7 @@ functionality for a particular SSH key algorithm. ## Minimum Supported Rust Version -This crate requires **Rust 1.73** at a minimum. +This crate requires **Rust 1.81** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -113,7 +113,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-key/badge.svg [docs-link]: https://docs.rs/ssh-key/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.73+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH [build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-key.yml/badge.svg diff --git a/ssh-protocol/Cargo.toml b/ssh-protocol/Cargo.toml index bf01428..ba8a129 100644 --- a/ssh-protocol/Cargo.toml +++ b/ssh-protocol/Cargo.toml @@ -13,7 +13,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std"] keywords = ["crypto", "certificate", "openssh", "ssh", "sshsig"] readme = "README.md" edition = "2021" -rust-version = "1.73" +rust-version = "1.81" [dependencies] cipher = { package = "ssh-cipher", version = "=0.3.0-pre.2", default-features = false, path = "../ssh-cipher" } diff --git a/ssh-protocol/README.md b/ssh-protocol/README.md index 610041a..0f926b7 100644 --- a/ssh-protocol/README.md +++ b/ssh-protocol/README.md @@ -16,7 +16,7 @@ OpenSSH-specific extensions (WIP). ## Minimum Supported Rust Version -This crate requires **Rust 1.73** at a minimum. +This crate requires **Rust 1.81** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -43,7 +43,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-protocol/badge.svg [docs-link]: https://docs.rs/ssh-protocol/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.73+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH [build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-protocol.yml/badge.svg