diff --git a/Cargo.lock b/Cargo.lock index 650c4f3..e73fda6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,11 @@ dependencies = [ [[package]] name = "euphoxide" version = "0.2.0" -source = "git+https://github.com/Garmelon/euphoxide.git?rev=c15c05a64e82c7c5f7af0539745855c0f6821869#c15c05a64e82c7c5f7af0539745855c0f6821869" +source = "git+https://github.com/Garmelon/euphoxide.git?rev=63464fdc59f24774cb96b7a8038326a9dc7d587a#63464fdc59f24774cb96b7a8038326a9dc7d587a" dependencies = [ + "cookie", "futures-util", + "log", "serde", "serde_json", "time", diff --git a/Cargo.toml b/Cargo.toml index bf0469b..93ffc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,8 @@ features = ["rustls-tls-native-roots"] [dependencies.euphoxide] git = "https://github.com/Garmelon/euphoxide.git" -rev = "c15c05a64e82c7c5f7af0539745855c0f6821869" +rev = "63464fdc59f24774cb96b7a8038326a9dc7d587a" +features = ["bot"] # [patch."https://github.com/Garmelon/euphoxide.git"] # euphoxide = { path = "../euphoxide/" } diff --git a/src/euph/util.rs b/src/euph/util.rs index cd2a443..77212ae 100644 --- a/src/euph/util.rs +++ b/src/euph/util.rs @@ -1,5 +1,5 @@ use crossterm::style::{Color, ContentStyle, Stylize}; -use euphoxide::emoji::Emoji; +use euphoxide::Emoji; use once_cell::sync::Lazy; use toss::styled::Styled;