From a308d84632b752ce5cc691f31da38d64f8e12a3d Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 1 Feb 2023 12:06:10 -0700 Subject: [PATCH] modeltool: Update edition, deps Signed-off-by: Tim Crawford --- scripts/modeltool/Cargo.lock | 9 +++++---- scripts/modeltool/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/modeltool/Cargo.lock b/scripts/modeltool/Cargo.lock index f0971de..4f0ff3f 100644 --- a/scripts/modeltool/Cargo.lock +++ b/scripts/modeltool/Cargo.lock @@ -35,11 +35,12 @@ dependencies = [ [[package]] name = "redox_uefi" -version = "0.1.2" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c63a3180c5aba47178029b21c1615fbdf87d2bf682669708ea15e9c71eb8935" +checksum = "41b62fcb91f21639dc1f36e478fa7bb6cea939282f5c7d0f9190c62ee7b8d286" [[package]] name = "system76_ecflash" -version = "0.1.2" -source = "git+https://github.com/system76/ecflash?rev=b08db293#b08db293137726bc576da6bef6d57adf3e4adc97" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b4428b459c1c06e7a3ecf1dd3e863f4e7442a474463094af6a702e3b860ec25" diff --git a/scripts/modeltool/Cargo.toml b/scripts/modeltool/Cargo.toml index 2de9097..f7c8cd2 100644 --- a/scripts/modeltool/Cargo.toml +++ b/scripts/modeltool/Cargo.toml @@ -2,8 +2,8 @@ name = "modeltool" version = "0.1.0" authors = ["Jeremy Soller "] -edition = "2018" +edition = "2021" [dependencies] redox_intelflash = "0.1.3" -system76_ecflash = { git = "https://github.com/system76/ecflash", rev = "b08db293" } +system76_ecflash = "0.1.3"