Skip to content

Commit

Permalink
Update dependencies (multiple major version changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan-Blanchard committed Jul 28, 2024
1 parent 3e550eb commit 52d3881
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 109 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### v0.2.0
- Update tokio-tungstenite to v0.23.1
- Update tokio to 1.39.2
- Update serde-with to 3.9.0
140 changes: 36 additions & 104 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ws-mock"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Brendan Blanchard"]
description = "A websocket mock server for testing, inspired by Wiremock."
Expand All @@ -13,8 +13,8 @@ categories = ["development-tools::testing"]

[dependencies]
futures-util = "0.3.30"
tokio-tungstenite = "0.21.0"
tokio = { version = "1.37.0", features = ["full"] }
serde_with = { version = "3.8.1", features = ["chrono"] }
serde_json = "1.0.116"
tokio-tungstenite = "0.23.1"
tokio = { version = "1.39.2", features = ["full"] }
serde_with = { version = "3.9.0", features = ["chrono"] }
serde_json = "1.0.120"
tracing = "0.1.40"

0 comments on commit 52d3881

Please sign in to comment.