From 77b5c4212261d1633c44828b5158b34edb5b297d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:35:31 +0000 Subject: [PATCH] chore(deps): bump neuromod from `6deb05f` to `6bcd13b` Bumps [neuromod](https://github.com/Limen-Neural/neuromod) from `6deb05f` to `6bcd13b`. - [Release notes](https://github.com/Limen-Neural/neuromod/releases) - [Commits](https://github.com/Limen-Neural/neuromod/compare/6deb05f19fe4c403a8108fdfb46032aa9e89f503...6bcd13bed7c7f6a1efc00e10f0c5b92ff2350d82) --- updated-dependencies: - dependency-name: neuromod dependency-version: 6bcd13bed7c7f6a1efc00e10f0c5b92ff2350d82 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50beb37..80895b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,12 +73,11 @@ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "neuromod" -version = "0.5.0" -source = "git+https://github.com/Limen-Neural/neuromod?branch=main#6deb05f19fe4c403a8108fdfb46032aa9e89f503" +version = "0.5.2" +source = "git+https://github.com/Limen-Neural/neuromod?branch=main#6bcd13bed7c7f6a1efc00e10f0c5b92ff2350d82" dependencies = [ "rand", "serde", - "serde_json", ] [[package]]