diff --git a/Cargo.lock b/Cargo.lock index a8b4d7c..8b2d34f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" -version = "1.2.9" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" +checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" dependencies = [ "shlex", ] @@ -264,14 +264,6 @@ dependencies = [ "syn 2.0.96", ] -[[package]] -name = "ecflash" -version = "0.1.0" -source = "git+https://github.com/system76/ecflash.git?branch=stable#ee9d69d4edf3bee6b2fb6dddb021bb58ee3bbbbb" -dependencies = [ - "lazy_static", -] - [[package]] name = "either" version = "1.13.0" @@ -745,12 +737,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - [[package]] name = "libc" version = "0.2.169" @@ -1343,19 +1329,19 @@ dependencies = [ [[package]] name = "system76-firmware" -version = "1.0.68" +version = "1.0.69" dependencies = [ "anyhow", "bincode", "buildchain", "clap", - "ecflash", "libc", "plain", "rust-lzma", "serde", "serde_json", "sha2", + "system76_ecflash", "system76_ectool", "tar", "tempfile", @@ -1377,6 +1363,12 @@ dependencies = [ "thiserror", ] +[[package]] +name = "system76_ecflash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b4428b459c1c06e7a3ecf1dd3e863f4e7442a474463094af6a702e3b860ec25" + [[package]] name = "system76_ectool" version = "0.2.3" diff --git a/Cargo.toml b/Cargo.toml index ece45a2..918b3fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76-firmware" -version = "1.0.68" +version = "1.0.69" authors = ["Jeremy Soller "] edition = "2021" @@ -16,13 +16,13 @@ anyhow = "1.0" bincode = "1.3" buildchain = "0.5.2" clap = { version = "3", features = ["derive"] } -ecflash = { git = "https://github.com/system76/ecflash.git", branch = "stable" } libc = "0.2" plain = "0.2" rust-lzma = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10" +system76_ecflash = "0.1.3" tar = "=0.4.35" tempfile = "3.8" uuid = "1.4" diff --git a/debian/changelog b/debian/changelog index 123a74b..dc4b8d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +system76-firmware (1.0.69) jammy; urgency=medium + + * Update ecflash to 0.1.3 + + -- Tim Crawford Fri, 17 Jan 2025 14:04:26 -0700 + system76-firmware (1.0.68) jammy; urgency=medium * Update public key