Skip to content

Commit

Permalink
build(deps): bump tungstenite from 0.18.0 to 0.20.1 in /chatbot (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 078ef7c commit d8fcbc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chatbot/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 chatbot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
tokio = { version = "1.23.0", features = ["full"] }
tungstenite = { version = "0.18.0", features = ["native-tls"] }
tungstenite = { version = "0.20.1", features = ["native-tls"] }
queue = { path = "../lib/queue" }

[[bin]]
Expand Down

0 comments on commit d8fcbc1

Please sign in to comment.