Skip to content

Commit

Permalink
cleanup workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Dec 11, 2024
1 parent 9450eb0 commit a5e55ea
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 32 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async-trait = "0.1.77"
chrono = "0.4.38"
derive_more = { version = "1.0.0-beta.6", features = ["full"] }
futures = "0.3.30"
futures-util = "0.3.31"
humantime-serde = "1.1.1"
itertools = "0.13.0"
mockito = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions bothan-api/server-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tonic = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive"] }
anyhow = "1.0.94"
clap = { version = "4.5.23", features = ["derive"] }
inquire = "0.7.5"
dirs = "5.0.1"
toml = "0.8.19"
2 changes: 1 addition & 1 deletion bothan-api/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ serde = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }

config = "0.14.0"
config = "0.14.1"
dirs = "5.0.1"
3 changes: 1 addition & 2 deletions bothan-binance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository.workspace = true
[dependencies]
async-trait = { workspace = true }
bothan-core = { workspace = true }
futures-util = { workspace = true, features = ["sink", "std"] }
humantime-serde = { workspace = true }
rand = { workspace = true }
rust_decimal = { workspace = true }
Expand All @@ -19,8 +20,6 @@ tokio-tungstenite = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

futures-util = { version = "0.3.29", features = ["sink", "std"] }

[dev-dependencies]
ws-mock = { git = "https://github.com/bandprotocol/ws-mock.git", branch = "master" }

Expand Down
3 changes: 1 addition & 2 deletions bothan-bybit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ license.workspace = true
repository.workspace = true

[dependencies]
futures-util = "0.3.29"

async-trait = { workspace = true }
bothan-core = { workspace = true }
chrono = { workspace = true }
futures-util = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
3 changes: 1 addition & 2 deletions bothan-coinbase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ license.workspace = true
repository.workspace = true

[dependencies]
futures-util = "0.3.29"

async-trait = { workspace = true }
bothan-core = { workspace = true }
chrono = { workspace = true }
futures-util = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions bothan-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ reqwest = { workspace = true }
rust_decimal = { workspace = true, features = ["maths", "serde-str"] }

bincode = "2.0.0-rc.3"
chrono = "0.4.38"
chrono = "0.4.39"
ed25519 = "2.2.3"
ed25519-dalek = { version = "2.1.1", features = ["std", "rand_core"] }
hex = "0.4.3"
mini-moka = "0.10.3"
num-traits = "0.2.19"
rand = "0.8.5"
rust-rocksdb = "0.34.0"
serde_json = "1.0.132"
serde_json = "1.0.133"
3 changes: 1 addition & 2 deletions bothan-cryptocompare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository.workspace = true
[dependencies]
async-trait = { workspace = true }
bothan-core = { workspace = true }
futures-util = { workspace = true, features = ["sink", "std"] }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -18,7 +19,5 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }

futures-util = { version = "0.3.29", features = ["sink", "std"] }

[dev-dependencies]
serde_json = { workspace = true }
4 changes: 2 additions & 2 deletions bothan-htx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ license.workspace = true
repository.workspace = true

[dependencies]
flate2 = "1.0.25"
futures-util = "0.3.29"
flate2 = "1.0.35"

async-trait = { workspace = true }
bothan-core = { workspace = true }
futures-util = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion bothan-kraken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ license.workspace = true
repository.workspace = true

[dependencies]
futures-util = "0.3.29"

async-trait = { workspace = true }
bothan-core = { workspace = true }
chrono = { workspace = true }
futures-util = { workspace = true }
humantime-serde = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
Expand Down
3 changes: 1 addition & 2 deletions bothan-okx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ license.workspace = true
repository.workspace = true

[dependencies]
futures-util = "0.3.29"

async-trait = { workspace = true }
bothan-core = { workspace = true }
chrono = { workspace = true }
futures-util = { workspace = true }
rust_decimal = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit a5e55ea

Please sign in to comment.