Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
112RG committed Mar 4, 2023
1 parent 1c19840 commit 315e77f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 175 deletions.
170 changes: 1 addition & 169 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.25.0", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
chrono = "0.4.23"
influxdb = { version = "0.5.2", features = ["derive"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-appender = "0.2.2"
anyhow = "1.0.69"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct Drive {

#[tokio::main]
async fn main() {
tracing_subscriber::fmt::init();
let output = Command::new("/usr/sbin/megacli")
.arg("-PDList")
.arg("-aAll")
Expand Down

0 comments on commit 315e77f

Please sign in to comment.