From 8d9fefdcb9eef3261ae23a708a2a8fc73e239bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CFrigyes06=E2=80=9D?= Date: Thu, 26 Oct 2023 19:08:15 -0700 Subject: [PATCH] reverted edition change --- Cargo.lock | 45 ++++----------------------------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a47f0d..59bba8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" dependencies = [ - "toml 0.5.11", + "toml", ] [[package]] @@ -2483,7 +2483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ "once_cell", - "toml_edit 0.19.15", + "toml_edit", ] [[package]] @@ -2856,15 +2856,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_spanned" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" -dependencies = [ - "serde", -] - [[package]] name = "servo-fontconfig" version = "0.5.1" @@ -3190,26 +3181,11 @@ dependencies = [ "serde", ] -[[package]] -name = "toml" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit 0.20.5", -] - [[package]] name = "toml_datetime" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" -dependencies = [ - "serde", -] [[package]] name = "toml_edit" @@ -3222,19 +3198,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "toml_edit" -version = "0.20.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85" -dependencies = [ - "indexmap 2.0.2", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", -] - [[package]] name = "ttf-parser" version = "0.19.2" @@ -3254,7 +3217,7 @@ dependencies = [ [[package]] name = "uad_gui" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "dirs", @@ -3276,7 +3239,7 @@ dependencies = [ "serde_json", "static_init", "tar", - "toml 0.8.5", + "toml", "ureq", ] diff --git a/Cargo.toml b/Cargo.toml index 5e6eab0..a53b1d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/0x192/universal-android-debloater" readme = "README.md" keywords = ["debloater", "android", "adb", "privacy", "bloatware"] categories = ["gui"] -edition = "2023" +edition = "2021" [features] default = ["wgpu", "self-update"]