Skip to content

Commit 2b85614

Browse files
committed
reverting
1 parent 46bb37c commit 2b85614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/perseus-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ shell-words = "1"
3232
include_dir = "0.7"
3333
thiserror = "1"
3434
fmterr = "0.1"
35-
cargo_toml = "0.22"
35+
cargo_toml = "0.15"
3636
indicatif = "0.17"
3737
console = "0.15"
3838
serde = "1"
@@ -50,9 +50,9 @@ reqwest = { version = "0.11", features = ["json", "stream"] }
5050
tar = "0.4"
5151
flate2 = "1"
5252
directories = "5"
53-
cargo_metadata = "0.20"
53+
cargo_metadata = "0.15"
5454
cargo-lock = "10"
55-
minify-js = "=0.6.0" # Be careful changing this, and test extensively!
55+
minify-js = "=0.4.3" # Be careful changing this, and test extensively!
5656
walkdir = "2"
5757
openssl = { version = "0.10.52", optional = true }
5858
brotlic = "0.8"

0 commit comments

Comments
 (0)