Skip to content

Commit b2b44d4

Browse files
committed
bump deps
1 parent a9cd4ea commit b2b44d4

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,19 @@ aliri_braid = "0.1.9"
3535
url = "2.2.2"
3636
base64 = "0.13.0"
3737
rand = "0.8.4"
38-
twitch_types = "0.1.0"
38+
twitch_types = "0.2.0"
3939

4040
[dev-dependencies]
41-
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros", "test-util"] }
41+
tokio = { version = "1.12.0", features = [
42+
"rt-multi-thread",
43+
"macros",
44+
"test-util",
45+
] }
4246
dotenv = "0.15.0"
4347
anyhow = "1.0.44"
4448
reqwest = "0.11.4"
4549
surf = "2.3.1"
46-
rpassword = "5.0.1"
50+
rpassword = "6.0.1"
4751

4852
[[example]]
4953
name = "user_token"

0 commit comments

Comments
 (0)