Skip to content

Commit

Permalink
chore(types): remove unused deps (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Dec 22, 2021
1 parent f5217b9 commit 906bbd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ documentation = "https://docs.rs/jsonrpsee-types"
[dependencies]
anyhow = "1"
beef = { version = "0.5.1", features = ["impl_serde"] }
futures-channel = { version = "0.3.14", features = ["sink"] }
futures-util = { version = "0.3.14", default-features = false, features = ["std", "sink", "channel"] }
tracing = { version = "0.1", default-features = false }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false, features = ["alloc", "raw_value", "std"] }
thiserror = "1.0"
soketto = "0.7.1"
hyper = "0.14.10"
rand = "0.8"
1 change: 0 additions & 1 deletion types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub mod response;
/// JSON-RPC response error object related types.
pub mod error;

// pub use async_trait::async_trait;
pub use error::ErrorResponse;
pub use params::{Id, Params, ParamsSequence, ParamsSer, SubscriptionId, TwoPointZero};
pub use request::{InvalidRequest, Notification, NotificationSer, Request, RequestSer};
Expand Down

0 comments on commit 906bbd4

Please sign in to comment.