From 0b6cb365a549131f30fe42ddb4cb72e6c3cccd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:03:58 +0000 Subject: [PATCH] fw: iec: bump rmodbus from 0.6.4 to 0.7.2 in /Firmware-IEC Bumps [rmodbus](https://github.com/alttch/rmodbus) from 0.6.4 to 0.7.2. - [Release notes](https://github.com/alttch/rmodbus/releases) - [Changelog](https://github.com/alttch/rmodbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/alttch/rmodbus/commits/v0.7.2) --- updated-dependencies: - dependency-name: rmodbus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Firmware-IEC/Cargo.lock | 4 ++-- Firmware-IEC/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware-IEC/Cargo.lock b/Firmware-IEC/Cargo.lock index fc1baa3..f8cb96e 100644 --- a/Firmware-IEC/Cargo.lock +++ b/Firmware-IEC/Cargo.lock @@ -453,9 +453,9 @@ dependencies = [ [[package]] name = "rmodbus" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0dd0f3c07109f3590c890c67b2632008a4877919599e1465f2fcc1e6edaa60e" +checksum = "ebc35e231d151f926d6724b7432d00eb2038aca2e7e9e21cbb8f55f88d3ab3be" dependencies = [ "heapless", "ieee754", diff --git a/Firmware-IEC/Cargo.toml b/Firmware-IEC/Cargo.toml index b29107f..5098df2 100644 --- a/Firmware-IEC/Cargo.toml +++ b/Firmware-IEC/Cargo.toml @@ -25,7 +25,7 @@ shared-bus = "0.2.5" usb-device = "0.2.9" usbd-serial = "0.1.1" heapless = "0.7.16" -rmodbus = { version = "0.6.4", features = ["heapless"], default-features = false } +rmodbus = { version = "0.7.2", features = ["heapless"], default-features = false } [profile.dev] codegen-units = 1