Skip to content

Commit

Permalink
chore: upgrade the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 10, 2024
1 parent 03ce3bb commit f8549e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
name = "collect-data"
version = "0.1.0"
edition = "2021"
authors = ["nkaz001 <[email protected]>"]
license = "MIT"
repository = "https://github.com/nkaz001/collect-binancefutures"
readme = "README.md"
description = ""
keywords = []
categories = ["finance", "algorithms", "simulation"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -18,7 +11,7 @@ serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
serde_json = "1.0.113"
futures-util = "0.3.30"
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
tokio-tungstenite = { version = "0.23.1", features = ["native-tls"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = [] }
anyhow = "1.0.79"
Expand Down

0 comments on commit f8549e0

Please sign in to comment.