From c82cfb468ce1e3f182df5c091adbadbf3f4abba8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 6 May 2026 16:54:44 +0200 Subject: [PATCH 1/2] chore: 1.3.2 Signed-off-by: Robin Appelman --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0f63140..8a570c9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 1.3.1 + 1.3.2 agpl Robin Appelman NotifyPush @@ -27,7 +27,7 @@ Once the app is installed, the push binary needs to be setup. You can either use https://github.com/nextcloud/notify_push/issues - + From 21cc002c0b5b5de2bd1119f7ade2bd14cf5f7bcb Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 6 May 2026 17:22:25 +0200 Subject: [PATCH 2/2] chore: update nextcloud-config-parser Signed-off-by: Robin Appelman --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4b756..33c740d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1629,9 +1629,9 @@ dependencies = [ [[package]] name = "nextcloud-config-parser" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a285761c91b18426c4cadf66ffb77f8881ea5cb417d94bad384bcf85a9965de" +checksum = "0ea4ec27a2e48f55995d7725a6ed8947630348e01803061a8b704ae3a96987d3" dependencies = [ "form_urlencoded", "indexmap", @@ -2068,7 +2068,7 @@ dependencies = [ "once_cell", "socket2 0.6.3", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] @@ -2341,7 +2341,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2423,7 +2423,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3876,7 +3876,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]]