Updated some dependencies, got rid of Bitcoin stuff which wasn't in use
This commit is contained in:
@@ -6,12 +6,12 @@ edition = "2021"
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.35", features = ["full"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
async-trait = "0.1"
|
||||
anyhow = "1.0"
|
||||
rand = "0.8"
|
||||
rand = "0.9.1"
|
||||
chrono = "0.4"
|
||||
colored = "2.0"
|
||||
colored = "3.0.0"
|
||||
|
||||
[[bin]]
|
||||
name = "oracle-demo"
|
||||
|
||||
Reference in New Issue
Block a user