From d37445a6a2c8b417677656431aba897f7de78089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 00:03:08 +0000 Subject: [PATCH] chore(deps): Bump deku from 0.20.0 to 0.20.2 Bumps [deku](https://github.com/sharksforarms/deku) from 0.20.0 to 0.20.2. - [Release notes](https://github.com/sharksforarms/deku/releases) - [Changelog](https://github.com/sharksforarms/deku/blob/master/CHANGELOG.md) - [Commits](https://github.com/sharksforarms/deku/compare/deku-v0.20.0...deku-v0.20.2) --- updated-dependencies: - dependency-name: deku dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 349845d..395b154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,9 +308,9 @@ dependencies = [ [[package]] name = "deku" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bdbd42cb0450604984c8135ced826886d7e146994ad265b52eefcbf717c7be5" +checksum = "3f68a0d2437e0caae2a1fa10ddeae9a62644520036a64ec70cffb586c6ff1d2a" dependencies = [ "bitvec", "deku_derive", @@ -320,9 +320,9 @@ dependencies = [ [[package]] name = "deku_derive" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a27e999281c31ca063da429182b6055a07745564912c925036e2b7e67170646" +checksum = "d68d1b3a5d55c9c1871d05aa28193f97617afc3716ce9bfb9e2b3e26a35d7015" dependencies = [ "darling 0.21.3", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index 17a3b6a..c9b3fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.145" log = "0.4.28" tokio = { version = "1.48.0", features = ["full"] } sdre-rust-logging = "0.3.22" -deku = { version = "0.20.0", optional = true } +deku = { version = "0.20.2", optional = true } custom_error = "1.9.2" libm = { version = "0.2.15", optional = true } radix_fmt = "1.0.0"