@@ -15,17 +15,17 @@ build = "build.rs"
15
15
thiserror = " 1.0.23"
16
16
displaydoc = " 0.1.7"
17
17
http = " 0.2.3"
18
- typed-builder = { version = " 0.8 .0" , optional = true }
18
+ typed-builder = { version = " 0.9 .0" , optional = true }
19
19
url = { version = " 2.2.0" , optional = true }
20
20
twitch_oauth2 = { version = " 0.5.0-alpha.3" , optional = true , path = " twitch_oauth2/" }
21
21
serde = { version = " 1.0.123" , features = [" derive" ] }
22
22
serde_derive = " 1.0.123"
23
23
async-trait = { version = " 0.1.42" , optional = true }
24
- serde_json = { version = " 1.0.61 " , optional = true }
24
+ serde_json = { version = " 1.0.62 " , optional = true }
25
25
serde_repr = " 0.1.6"
26
26
reqwest = { version = " 0.11.0" , optional = true }
27
27
surf = { version = " 2.1.0" , optional = true }
28
- http-types = { version = " 2.9 .0" , optional = true , features = [" hyperium_http" ] }
28
+ http-types = { version = " 2.10 .0" , optional = true , features = [" hyperium_http" ] }
29
29
30
30
[features ]
31
31
default = []
@@ -60,7 +60,7 @@ eventsub = ["serde_json"]
60
60
all = [" tmi" , " helix" , " surf_client" , " reqwest_client" , " client" , " pubsub" , " eventsub" ]
61
61
62
62
[dev-dependencies ]
63
- tokio = { version = " 1.1.1 " , features = [" rt-multi-thread" , " macros" ] }
63
+ tokio = { version = " 1.2.0 " , features = [" rt-multi-thread" , " macros" ] }
64
64
dotenv = " 0.15.0"
65
65
futures = " 0.3.12"
66
66
0 commit comments