Skip to content

Commit

Permalink
Fix toml fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 27, 2024
1 parent c2ba1bf commit 7190691
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ license = "Apache-2.0"


[dependencies]
tracing = "0.1.40"
thiserror = "1.0.65"
reqwest = { version = "0.12.8", default-features = false, features = [
"rustls-tls", "json"
] }
serde = { version = "1.0.213", features = ["derive"] }
alloy-primitives = { version = "0.8.9", features = ["serde"] }
derive_builder = "0.20.2"
reqwest = { version = "0.12.8", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde_url_params = "0.2.1"
derive_builder = "0.20.2"
tokio = { version = "1.41.0", features = ["rt", "rt-multi-thread", "macros"] }
alloy-primitives = { version = "0.8.9", features = ["serde"] }
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.40"

0 comments on commit 7190691

Please sign in to comment.