Skip to content

Commit

Permalink
More deps updates, features reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
v0-e committed Nov 26, 2024
1 parent 204214f commit dcfbd00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v4-client-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ bigdecimal = { version = "0.4", features = ["serde"] }
derive_more = { version = "1", features = ["full"] }
log = "0.4"
thiserror = "2"
tokio = { version = "1.39", features = ["full"] }
tokio = { version = "1.41", features = ["fs", "rt-multi-thread"] }
dydx-proto = "0.2.0"
6 changes: 3 additions & 3 deletions v4-client-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ cosmrs = "0.21"
chrono = { version = "0.4", features = ["serde"] }
derive_more.workspace = true
futures-util = "0.3"
governor = "0.7"
governor = { version = "0.7", default-features = false, features = ["std"] }
ibc-proto = { version = "0.51", optional = true }
log.workspace = true
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "3.9"
serde_with = "3.11"
strum = { version = "0.26", features = ["derive"] }
thiserror.workspace = true
tonic = { version = "0.12", features = ["tls-native-roots"] }
Expand All @@ -52,6 +52,6 @@ metrics = { version = "0.24", optional = true }

[dev-dependencies]
metrics-exporter-tcp = "0.11.0"
serial_test = "3.1.1"
serial_test = "3.2.0"
tracing = "0.1"
tracing-subscriber = "0.3"

0 comments on commit dcfbd00

Please sign in to comment.