From 5251247c7de6619ea11f69f79288b6e5dd103319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:35:38 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate nmrs to v3.1.3 --- Cargo.lock | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74758fb..7e4bc99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -957,11 +957,22 @@ dependencies = [ "autocfg", ] +[[package]] +name = "mio" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" +dependencies = [ + "libc", + "wasi", + "windows-sys", +] + [[package]] name = "nmrs" -version = "3.1.1" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71ad6f103b786897c6411e0f9974f9720bb2025db567f2b8723c8e9ec6d861f9" +checksum = "bd5e0c4453d1edf1b13767c4a10905a55c847d942d751cb220a78074f194d523" dependencies = [ "async-trait", "base64", @@ -1342,8 +1353,13 @@ version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ + "bytes", + "libc", + "mio", "pin-project-lite", + "signal-hook-registry", "tokio-macros", + "windows-sys", ] [[package]] From 4e4828ae733f539292470a0c11bf76212764a884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:36:50 +0000 Subject: [PATCH 2/2] fix(nix): update cargoHash --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index fc7ceef..8de430f 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-+3s8UXESAh8FuOtSMvcVQ3DExPapYe0n4VKYyFnTlj4="; + cargoHash = "sha256-Ia+xL5MfOymFiu0GoB0E1dsuC89RXzeP7+upxqUdups="; nativeBuildInputs = [ pkg-config