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 Jul 31, 2024
1 parent 7a96afd commit 78ea88f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 54 deletions.
93 changes: 41 additions & 52 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/eventsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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"
tokio-tungstenite = "0.23.0"
tower = "0.4"
tower-http = { version = "0.5.2", features = ["fs", "trace", "catch-panic"] }
tracing = "0.1.40"
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.23.0", features = ["native-tls"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 78ea88f

Please sign in to comment.