Skip to content

Commit

Permalink
security: remove rustc serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
XuNeal committed Sep 2, 2024
1 parent 47f4a0a commit b0f0c92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion imkey-core/ikc-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ edition = "2018"
hyper = { version = "=0.14.23", features = ["full"] }
hyper-tls = "=0.5.0"
hyper-timeout = "=0.4.1"
rustc-serialize = "=0.3.24"
serde = { version = "=1.0.147", features = ["derive"] }
serde_derive = "=1.0.147"
serde_json = "=1.0.89"
Expand Down
2 changes: 1 addition & 1 deletion imkey-core/ikc-common/src/apdu.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::constants::{BTC_AID, COSMOS_AID, EOS_AID, ETH_AID, LC_MAX};
use crate::error::ApduError;
use crate::hex::ToHex;
use crate::Result;
use hex;
use rustc_serialize::hex::ToHex;

pub trait CoinCommonApdu: Default {
fn select_applet() -> String;
Expand Down

0 comments on commit b0f0c92

Please sign in to comment.