Source: rust-tonic
Version: 0.10.2+dfsg-9
Severity: normal
Tags: patch
X-Debbugs-Cc: werdah...@debian.org

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Jonas,
base64 was updated to 0.22 in unstable. Since tonic uses that this will
need a patch. I attached one.

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+DpcW7svtu2B7myvgUCZwFgPxUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr6vCwD/bYZWP580LnxYMzSuHEMBSMXQK8L/
mX+8cnitQdihINkBAK3fHq2K5Nqmte0z433SQscAZTdJfsVkQIo+amoCdbIE
=dhxR
-----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control
index 95efb38..7cf3202 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  librust-async-stream-0.3+default-dev <!nocheck>,
  librust-async-trait-0.1+default-dev <!nocheck>,
  librust-axum-0.6-dev <!nocheck>,
- librust-base64-0.21+default-dev <!nocheck>,
+ librust-base64-0.22+default-dev <!nocheck>,
  librust-bytes-1+default-dev <!nocheck>,
  librust-console-0.15+default-dev <!nocheck>,
  librust-flate2-1+default-dev <!nocheck>,
@@ -97,7 +97,7 @@ Depends:
  librust-async-stream-0.3+default-dev,
  librust-async-trait-0.1+default-dev,
  librust-axum-0.6-dev,
- librust-base64-0.21+default-dev,
+ librust-base64-0.22+default-dev,
  librust-bytes-1+default-dev,
  librust-flate2-1+default-dev,
  librust-h2-dev (<< 0.5),
diff --git a/debian/patches/series b/debian/patches/series
index a7a6869..093a6b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 2003_no_bench.patch
 2004_no_warp.patch
 2005_no_interop.patch
+base64.diff
--- a/tonic-web/Cargo.toml
+++ b/tonic-web/Cargo.toml
@@ -15,7 +15,7 @@
 version = "0.10.2"
 
 [dependencies]
-base64 = "0.21"
+base64 = "0.22"
 bytes = "1"
 tokio-stream = "0.1"
 http = "0.2"
--- a/tonic-web/tests/integration/Cargo.toml
+++ b/tonic-web/tests/integration/Cargo.toml
@@ -7,7 +7,7 @@
 license = "MIT"
 
 [dependencies]
-base64 = "0.21"
+base64 = "0.22"
 bytes = "1.0"
 hyper = "0.14"
 prost = "0.12"
--- a/tonic/Cargo.toml
+++ b/tonic/Cargo.toml
@@ -45,7 +45,7 @@
 channel = []
 
 [dependencies]
-base64 = "0.21"
+base64 = "0.22"
 bytes = "1.0"
 http = "0.2"
 tracing = "0.1"

Reply via email to