Skip to content

Commit

Permalink
Remove unused dependencies (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Mar 29, 2024
1 parent c216b90 commit efa0fa8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rye/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ clap = { version = "4.3.5", default-features = false, features = [
clap_complete = "4.2.1"
console = "0.15.7"
curl = { version = "0.4.44", features = ["ssl", "static-curl", "static-ssl"] }
decompress = { version = "0.6.0", default-features = false, features = [
"tarzst",
"targz",
] }
flate2 = "1.0.25"
git-testament = "0.2.4"
globset = "0.4.10"
indicatif = "0.17.3"
memchr = "2.5.0"
license = { version = "3.1.1", features = ["offline"] }
minijinja = { version = "1.0.0", features = ["json"] }
nix = { version = "0.28.0", default-features = false, features = ["process"] }
once_cell = "1.17.1"
pathdiff = "0.2.1"
pep440_rs = "0.4.0"
Expand Down Expand Up @@ -57,7 +51,6 @@ self-replace = "1.3.5"
configparser = "3.0.2"
monotrail-utils = { git = "https://github.com/konstin/poc-monotrail", rev = "e0251f68c254f834180198b8677fcf85d4b6a844" }
python-pkginfo = { version = "0.6.0", features = ["serde"] }
sysinfo = { version = "0.30.7", default-features = false, features = [] }
home = "0.5.9"
ctrlc = "3.4.2"
dotenvy = "0.15.7"
Expand Down

0 comments on commit efa0fa8

Please sign in to comment.