Skip to content

Commit dd2a097

Browse files
Remove unused dependencies
1 parent 29fcb56 commit dd2a097

File tree

2 files changed

+5
-84
lines changed

2 files changed

+5
-84
lines changed

Cargo.lock

Lines changed: 5 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ crates-index = "0.16.2"
2121
crossbeam-utils = "0.5"
2222
csv = "1.0.2"
2323
dotenv = "0.13"
24-
error-chain = "0.12"
2524
failure = "0.1.3"
2625
flate2 = "1"
2726
futures = "0.1.13"
@@ -41,7 +40,6 @@ rusoto_core = "0.35.0"
4140
rusoto_credential = "0.14.0"
4241
rusoto_s3 = "0.35.0"
4342
rusqlite = { version = "0.15.0", features = ["chrono", "functions", "bundled"] }
44-
scopeguard = "0.3"
4543
serde = "1.0"
4644
serde_derive = "1.0"
4745
serde_json = "1.0"
@@ -52,7 +50,6 @@ tar = "0.4.0"
5250
tempfile = "3.0.0"
5351
tera = "0.11.7"
5452
tokio = "0.1.11"
55-
tokio-process = "0.2.3"
5653
toml = "0.4.6"
5754
url = "1.1"
5855
walkdir = "2"

0 commit comments

Comments
 (0)