build: update deps

new corn version allows unicode keys :)
This commit is contained in:
Jake Stanger
2022-09-07 22:47:47 +01:00
parent 6442667961
commit ee67b3be28
6 changed files with 90 additions and 233 deletions

View File

@@ -2,7 +2,7 @@ pub use crate::popup::Popup;
use gtk::gdk_pixbuf::Pixbuf;
use gtk::prelude::*;
use gtk::{Button, Image, Label, Orientation};
use mpd_client::commands::responses::{PlayState, Song, Status};
use mpd_client::responses::{PlayState, Song, Status};
use std::path::Path;
use tokio::sync::mpsc;