From f405a1935253f560196dbe7c440bacee25d83a13 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 28 Nov 2022 18:20:48 -0500 Subject: [PATCH 1/2] Run "cargo update" Signed-off-by: mulhern --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac50d866b0..ebd44b366f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,15 +1166,15 @@ checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" [[package]] name = "serde" -version = "1.0.147" +version = "1.0.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" +checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc" [[package]] name = "serde_derive" -version = "1.0.147" +version = "1.0.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" +checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c" dependencies = [ "proc-macro2", "quote", @@ -1301,9 +1301,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" +checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" dependencies = [ "proc-macro2", "quote", From eb8be30ec733889852e26149d4cf74fa3ccbd688 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 28 Nov 2022 18:30:04 -0500 Subject: [PATCH 2/2] version 3.4.1 Signed-off-by: mulhern --- CHANGES.txt | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 86b1aa7820..ca3db75f2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +stratisd 3.4.1 +============== +Recommended Rust toolchain version: 1.65.0 +Lowest supported Rust toolchain version: 1.62.1 + +Recommended development platform for Python development: Fedora 36 + +- Add some D-Bus signal code missing in revision 4 of some interfaces: + https://github.com/stratis-storage/stratisd/pull/3187 + + stratisd 3.4.0 ============== Recommended Rust toolchain version: 1.65.0 diff --git a/Cargo.lock b/Cargo.lock index ebd44b366f..d4a269e58f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "stratisd" -version = "3.4.0" +version = "3.4.1" dependencies = [ "async-trait", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index e53bcc2baf..857fcfc019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.4.0" +version = "3.4.1" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.62.1" # LOWEST SUPPORTED RUST TOOLCHAIN