From 5afbbc54089bb4a45b2121ab59169b10baa84529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 15 Nov 2023 11:47:56 +0100 Subject: [PATCH] Add webkpi 0.22.4 to dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1f380a1cb..d59ec91f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ sysinfo = { version = "0.29", default-features = false } thiserror = "1.0" tokio = { version = "1", features = ["rt", "macros", "signal", "sync", "parking_lot", "process"] } url = "2.2" +webpki = "0.22.4" [features] alsa-backend = ["librespot-playback/alsa-backend"]