Skip to content

Commit

Permalink
Update dependencies; bump version to first major
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano257 committed May 5, 2024
1 parent 8f630c5 commit b3bb552
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ws-mock"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
authors = ["Brendan Blanchard"]
description = "A websocket mock server for testing, inspired by Wiremock."
Expand All @@ -14,7 +14,7 @@ categories = ["development-tools::testing"]
[dependencies]
futures-util = "0.3.30"
tokio-tungstenite = "0.21.0"
tokio = { version = "1.33.0", features= ["full"] }
serde_with = { version = "3.4.0", features = ["chrono"] }
serde_json = "1.0.113"
tokio = { version = "1.37.0", features = ["full"] }
serde_with = { version = "3.8.1", features = ["chrono"] }
serde_json = "1.0.116"
tracing = "0.1.40"

0 comments on commit b3bb552

Please sign in to comment.