From cfea2c3bb6ae51d7cc9d985d53f9edd432113258 Mon Sep 17 00:00:00 2001 From: Garrett Wilke Date: Thu, 7 Nov 2024 13:41:40 -0700 Subject: [PATCH] 1.0.69: Add thelio-mega-r4 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- debian/changelog | 6 ++++++ src/lib.rs | 1 + 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b4d7c..5c34d0d 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", ] @@ -444,7 +444,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -706,9 +706,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -716,9 +716,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "itertools" @@ -1183,9 +1183,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "system76-firmware" -version = "1.0.68" +version = "1.0.69" dependencies = [ "anyhow", "bincode", @@ -1562,9 +1562,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" [[package]] name = "vcpkg" diff --git a/Cargo.toml b/Cargo.toml index ece45a2..1f07166 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" diff --git a/debian/changelog b/debian/changelog index 123a74b..58e2930 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +system76-firmware (1.0.69) noble; urgency=medium + + * Add thelio-mega-r4 + + -- Levi Portenier Tue, 21 Jan 2025 12:03:31 -0700 + system76-firmware (1.0.68) jammy; urgency=medium * Update public key diff --git a/src/lib.rs b/src/lib.rs index 239d02d..40546dc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,6 +138,7 @@ const MODEL_WHITELIST: &[&str] = &[ "thelio-mega-r1.1", "thelio-mega-r2", "thelio-mega-r3", + "thelio-mega-r4", "thelio-mira-b1", "thelio-mira-b2", "thelio-mira-b3",