Skip to content

Commit

Permalink
chore(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent fab59a8 commit 4de35ea
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 36 deletions.
75 changes: 45 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ twitch_types = { version = "0.4.5", features = [
thiserror = "1.0.50"
displaydoc = "0.2.4"
http = "1.1.0"
typed-builder = { version = "0.18.0", optional = true }
typed-builder = { version = "0.20.0", optional = true }
url = "2.4.1"
once_cell = "1.18.0"
twitch_oauth2 = { workspace = true, optional = true }
Expand Down Expand Up @@ -163,7 +163,7 @@ reqwest = "0.12.2"
hyper = "1.2.0"

[build-dependencies]
tower = "0.4.13"
tower = "0.5.0"
version_check = "0.9.4"

[[example]]
Expand Down
4 changes: 2 additions & 2 deletions examples/eventsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ serde = "1.0.190"
serde_derive = "1.0.190"
serde_json = { version = "1" }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio-tungstenite = "0.20.1"
tower = "0.4"
tokio-tungstenite = "0.24.0"
tower = "0.5"
tower-http = { version = "0.5.2", features = ["fs", "trace", "catch-panic"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/eventsub_websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = { version = "0.12.2", features = ["json"] }
serde = "1"
serde_json = { version = "1" }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
tokio-tungstenite = { version = "0.24.0", features = ["native-tls"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-log = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/tower_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hyper = { version = "1.2.0", features = ["http1"] }
hyper-tls = "0.6.0"
hyper-util = { version = "0.1.3", features = ["client-legacy"] }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["retry", "util", "limit", "buffer"] }
tower = { version = "0.5.0", features = ["retry", "util", "limit", "buffer"] }
tower-http = { version = "0.5.2", features = ["set-header", "trace", "decompression-gzip"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit 4de35ea

Please sign in to comment.