Skip to content

Commit

Permalink
build(deps): Removed unused features of the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-temchenko committed Jun 14, 2024
1 parent 886008e commit 4f339d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/polka-storage-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
subxt = { workspace = true }
subxt-signer = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
url = { workspace = true }
Expand Down

0 comments on commit 4f339d1

Please sign in to comment.