Skip to content

Commit

Permalink
deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dennohpeter committed Aug 19, 2024
1 parent 27e36a8 commit cdac169
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ repository = "https://github.com/dennohpeter/hyperliquid"
ethers = { version = "2.0.14", features = ["eip712"] }
futures-util = "0.3.30"
rmp-serde = "1.3.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio-tungstenite = { version = "0.23.0", features = ["native-tls"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"] }
tokio-tungstenite = { version = "0.23.1", features = ["native-tls"] }
uuid = { version = "1.10.0", features = ["v4", "serde"] }

[dependencies.reqwest]
version = "0.12.4"
version = "0.12.7"
default-features = false
features = ["json", "rustls-tls"]

0 comments on commit cdac169

Please sign in to comment.