diff --git a/.github/workflows/ssh-derive.yml b/.github/workflows/ssh-derive.yml index 0889888..c95a618 100644 --- a/.github/workflows/ssh-derive.yml +++ b/.github/workflows/ssh-derive.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV + - 1.61.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index 7ff68c8..fa087d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,18 +576,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.69" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.33" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] @@ -831,9 +831,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.39" +version = "2.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" +checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" dependencies = [ "proc-macro2", "quote", diff --git a/ssh-derive/Cargo.toml b/ssh-derive/Cargo.toml index d21a9e6..0334fcc 100644 --- a/ssh-derive/Cargo.toml +++ b/ssh-derive/Cargo.toml @@ -10,7 +10,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std", "parser-im keywords = ["crypto", "certificate", "key", "openssh", "ssh"] readme = "README.md" edition = "2021" -rust-version = "1.60" +rust-version = "1.61" [lib] proc-macro = true diff --git a/ssh-derive/README.md b/ssh-derive/README.md index 41d562c..b895bca 100644 --- a/ssh-derive/README.md +++ b/ssh-derive/README.md @@ -15,7 +15,7 @@ Custom derive support for the `Decode` and `Encode` traits in the [`ssh-encoding ## Minimum Supported Rust Version -This crate requires **Rust 1.60** at a minimum. +This crate requires **Rust 1.61** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -42,7 +42,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-derive/badge.svg [docs-link]: https://docs.rs/ssh-derive/ [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.61+-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-derive.yml/badge.svg