Updated some dependencies, got rid of Bitcoin stuff which wasn't in use
This commit is contained in:
@@ -6,9 +6,9 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.52"
|
||||
async-trait = "0.1.88"
|
||||
ezsockets = { version = "*", features = ["tungstenite"] }
|
||||
sha256 = "1.5.0"
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = "0.3.9"
|
||||
sha256 = "1.6.0"
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
||||
Reference in New Issue
Block a user