Source: atuin Version: 18.3.0-2 Severity: normal Tags: patch X-Debbugs-Cc: werdah...@debian.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi ncts, base64 was updated to 0.22. I attached a patch fixing this in atuin. best, werdahias - -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.10.11-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: init LSM: AppArmor: enabled -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZwFouRUcd2VyZGFoaWFz QGRlYmlhbi5vcmcACgkQ7L7btge5sr7WBQEA/9cegr2NK3Hp7Nps103tvYaEgx5s 63q9GMVz25rOaG8BAOWwkHkzi53CaMYj8fVA3DfQKDAH/b/M87U8gvpWktAN =AbQ2 -----END PGP SIGNATURE-----
diff --git a/debian/patches/relax-deps.patch b/debian/patches/relax-deps.patch index 0e8065d..e2e3eef 100644 --- a/debian/patches/relax-deps.patch +++ b/debian/patches/relax-deps.patch @@ -1,10 +1,7 @@ Forwarded: not-needed -Last-Update: 2024-09-08 +Last-Update: 2024-10-05 --- a/Cargo.toml +++ b/Cargo.toml -@@ -18 +18 @@ --base64 = "0.22" -+base64 = "0.21" @@ -20 +20 @@ -time = { version = "0.3.36", features = [ +time = { version = "0.3", features = [