Skip to content

Commit 9f725e3

Browse files
committed
chore: lints
1 parent c892d52 commit 9f725e3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/connector_configs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ v1 = ["api_models/v1", "common_utils/v1"]
1818
# First party crates
1919
api_models = { version = "0.1.0", path = "../api_models", package = "api_models" }
2020
common_utils = { version = "0.1.0", path = "../common_utils" }
21-
masking = { version = "0.1.0", path = "../masking" }
2221

2322
# Third party crates
2423
serde = { version = "1.0.219", features = ["derive"] }

crates/connector_configs/src/connector.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use api_models::{
66
enums::{AuthenticationConnectors, Connector, PmAuthConnectors, TaxConnectors},
77
payments,
88
};
9-
use masking::Secret;
109
use serde::{Deserialize, Serialize};
1110
use toml;
1211

0 commit comments

Comments
 (0)