Skip to content

Commit

Permalink
chore: cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 20, 2024
1 parent 9896efd commit 7a52182
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
8 changes: 1 addition & 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 buildit-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gix-features = { version = "0.38.0", optional = true }
walkdir = "2.4.0"
abbs-meta-apml = { git = "https://github.com/AOSC-Dev/abbs-meta-rs", package = "abbs-meta-apml", rev = "4a592937b44e8bb93103edd34eff384169a3248a" }
fancy-regex = "0.13"
reqwest = "0.11.24"
thiserror ="1.0"
tracing = "0.1.40"

Expand Down
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "fs"] }
eyre = "0.6"
clap = { version = "4.5.1", features = ["derive", "env"] }
dirs-next = "2.0.0"
reqwest = { version = "0.11", features = ["json"] }
dialoguer = "0.11.0"
serde_json = "1.0.113"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 0 additions & 2 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.80"
chrono = { version = "0.4.34", features = ["serde"] }
serde = { version = "1.0.196", features = ["derive"] }
1 change: 0 additions & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ chrono = "0.4.34"
clap = { version = "4.5.1", features = ["derive", "env"] }
common = { path = "../common" }
dotenv = "0.15.0"
env_logger = "0.11.2"
futures = "0.3.30"
octocrab = "0.35.0"
once_cell = "1.19.0"
Expand Down
1 change: 0 additions & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ common = { path = "../common" }
dotenv = "0.15.0"
env_logger = "0.11.2"
fs2 = "0.4.3"
futures = "0.3.30"
gethostname = "0.4.3"
log = "0.4.20"
num_cpus = "1.16.0"
Expand Down

0 comments on commit 7a52182

Please sign in to comment.