Skip to content

Commit 4ad38aa

Browse files
committed
bump deps
adresses RUSTSEC-2021-0020, but this crate is not affected since we're not using hyper as a server or http/1.1
1 parent 9b19554 commit 4ad38aa

File tree

2 files changed

+40
-74
lines changed

2 files changed

+40
-74
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ build = "build.rs"
1515
thiserror = "1.0.23"
1616
displaydoc = "0.1.7"
1717
http = "0.2.3"
18-
typed-builder = { version = "0.8.0", optional = true }
18+
typed-builder = { version = "0.9.0", optional = true }
1919
url = { version = "2.2.0", optional = true }
2020
twitch_oauth2 = { version = "0.5.0-alpha.3", optional = true, path = "twitch_oauth2/" }
2121
serde = { version = "1.0.123", features = ["derive"] }
2222
serde_derive = "1.0.123"
2323
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 }
2525
serde_repr = "0.1.6"
2626
reqwest = { version = "0.11.0", optional = true }
2727
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"] }
2929

3030
[features]
3131
default = []
@@ -60,7 +60,7 @@ eventsub = ["serde_json"]
6060
all = ["tmi", "helix", "surf_client", "reqwest_client", "client", "pubsub", "eventsub"]
6161

6262
[dev-dependencies]
63-
tokio = { version = "1.1.1", features = ["rt-multi-thread", "macros"] }
63+
tokio = { version = "1.2.0", features = ["rt-multi-thread", "macros"] }
6464
dotenv = "0.15.0"
6565
futures = "0.3.12"
6666

0 commit comments

Comments
 (0)