diff --git a/Cargo.lock b/Cargo.lock index b1daf1cb8d..c8cf104e43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3216,7 +3216,7 @@ dependencies = [ [[package]] name = "twitch_types" -version = "0.4.7" +version = "0.4.8" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index ce178092e1..e0366d10a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ exclude = ["twitch_types", "twitch_oauth2"] [workspace.dependencies] twitch_api = { version = "0.7.0-rc.8", path = "." } twitch_oauth2 = { version = "0.14.0", path = "twitch_oauth2/" } -twitch_types = { version = "0.4.7", features = [ +twitch_types = { version = "0.4.8", features = [ "serde", ], path = "./twitch_types" } ureq = { version = "2.10.1", default-features = false, features = [ diff --git a/src/eventsub/channel/subscription/message.rs b/src/eventsub/channel/subscription/message.rs index a96d30b043..639a478571 100644 --- a/src/eventsub/channel/subscription/message.rs +++ b/src/eventsub/channel/subscription/message.rs @@ -71,7 +71,7 @@ pub struct SubscriptionMessage { pub text: String, /// An array that includes the emote ID and start and end positions for where the emote appears in the text. #[serde(deserialize_with = "crate::deserialize_default_from_null")] - pub emotes: Vec, + pub emotes: Vec, } #[cfg(test)] diff --git a/twitch_types b/twitch_types index 486c5f36bb..2c3a5e1f15 160000 --- a/twitch_types +++ b/twitch_types @@ -1 +1 @@ -Subproject commit 486c5f36bb08d95218935d858a5c9f32f09a44bd +Subproject commit 2c3a5e1f1550bde19d61ab2d760f6d2cb44650f3