Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Sep 24, 2024
1 parent 9b48b92 commit c690be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsrx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3", features = [
url = { version = "2.5", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
tower-http = { version = "0.5", features = ["trace", "cors"], optional = true }
tower-http = { version = "0.6", features = ["trace", "cors"], optional = true }
subprocess = { version = "0.2", optional = true }
chrono = { version = "0.4", optional = true }

Expand Down

0 comments on commit c690be1

Please sign in to comment.