From fb781512ebca02e598bfb126b08115cc009d3c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:08:19 +0000 Subject: [PATCH] Update unarm requirement from =1.6.2 to =1.6.3 (#86) Updates the requirements on [unarm](https://github.com/AetiasHax/unarm) to permit the latest version. - [Release notes](https://github.com/AetiasHax/unarm/releases) - [Commits](https://github.com/AetiasHax/unarm/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: unarm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e44c0d4..88394675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ m68k = ["m68000"] armv4t_emu = { version = "0.1.0", optional = true } m68000 = { version = "0.2.1", optional = true } rand = "0.8.5" -unarm = { version = "=1.6.2", optional = true } +unarm = { version = "=1.6.3", optional = true } emu6809 = { version = "0.1.2", optional = true } iz80 = { version = "0.4.1", optional = true } mos6502 = {version = "0.6.0", optional = true }