From 63a1abc6df2cd8a28512538b8cdfb294898619eb Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 14 Sep 2026 23:21:19 +0200 Subject: [PATCH] chore: update config parser Signed-off-by: Robin Appelman --- Cargo.lock | 8 ++++---- Cargo.toml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2128e672..5c8d7533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,9 +1403,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "itertools" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] @@ -1713,9 +1713,9 @@ dependencies = [ [[package]] name = "nextcloud-config-parser" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea4ec27a2e48f55995d7725a6ed8947630348e01803061a8b704ae3a96987d3" +checksum = "0cf53f062bd736f30eec76e2a24cde49ea2f83a37ac050b5284819b4f88c6046" dependencies = [ "form_urlencoded", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 484bb0d5..15baf9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ [package] name = "notify_push" version = "0.1.0" # this version number is unused, the version number for the binary will be extracted from the appinfo/info.xml during build -authors = ["Robin Appelman "] edition = "2021" rust-version = "1.94.0" @@ -18,7 +17,7 @@ flexi_logger = { version = "0.31.9", features = ["colors"] } futures = "0.3.32" log = "0.4.33" miette = { version = "7.6.0", features = ["fancy"] } -nextcloud-config-parser = "0.15.3" +nextcloud-config-parser = "0.15.4" once_cell = "1.21.4" parse-display = "0.11.0" rand = { version = "0.10.2", features = ["thread_rng"] }