diff -Nru gnome-authenticator-4.6.2/debian/changelog gnome-authenticator-4.6.2/debian/changelog --- gnome-authenticator-4.6.2/debian/changelog 2025-03-26 18:44:54.000000000 +0000 +++ gnome-authenticator-4.6.2/debian/changelog 2025-04-10 21:01:55.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-authenticator (4.6.2-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop relaxing of prost + + -- Blair Noctis Thu, 10 Apr 2025 21:01:55 +0000 + gnome-authenticator (4.6.2-1) unstable; urgency=medium * New upstream release diff -Nru gnome-authenticator-4.6.2/debian/control gnome-authenticator-4.6.2/debian/control --- gnome-authenticator-4.6.2/debian/control 2025-03-26 18:44:54.000000000 +0000 +++ gnome-authenticator-4.6.2/debian/control 2025-04-10 21:01:55.000000000 +0000 @@ -41,7 +41,7 @@ librust-oo7-0.3+tokio-dev, librust-oo7-0.3+tracing-dev, librust-percent-encoding-2+default-dev (>= 2.1-~~), - librust-prost-0.12+default-dev, + librust-prost-0.13+default-dev, librust-quick-xml-0.36+default-dev, librust-qrencode-0.14+default-dev, librust-qrencode-0.14+image-dev, diff -Nru gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch --- gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch 2025-03-26 18:44:54.000000000 +0000 +++ gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch 2025-04-10 21:01:46.000000000 +0000 @@ -28,8 +28,7 @@ -oo7 = {version = "0.4", default-features = false, features = ["tokio", "native_crypto", "tracing"]} +oo7 = {version = "0.3", default-features = false, features = ["tokio", "native_crypto", "tracing"]} percent-encoding = "2.1" --prost = "0.13" -+prost = "0.12" + prost = "0.13" qrencode = {version = "0.14", features = ["image"]} -rand = { version = "0.9", default-features = false, features = ["thread_rng"] } +rand = { version = "0.8", default-features = false, features = ["std_rng"] } @@ -49,7 +48,7 @@ +uuid = {version = "1.10", features = ["v4"]} zeroize = {version = "1", features = ["zeroize_derive"]} zip = { version = "2.1", features = ["aes-crypto"] } - + diff --git a/favicon-scrapper/Cargo.toml b/favicon-scrapper/Cargo.toml index 949dbce..348bb47 100644 --- a/favicon-scrapper/Cargo.toml