Skip to content

Commit 31ec9c4

Browse files
committed
minor update
1 parent d27f501 commit 31ec9c4

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

packages/perseus-cli/Cargo.toml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ repository = "https://github.com/framesurge/perseus"
99
homepage = "https://framesurge.sh/perseus"
1010
readme = "./README.md"
1111
keywords = ["wasm", "cli", "webdev", "ssg", "ssr"]
12-
categories = ["wasm", "development-tools", "asynchronous", "gui", "command-line-utilities"]
13-
include = [
14-
"src/",
15-
"Cargo.toml",
16-
".perseus/",
17-
"README.proj.md"
12+
categories = [
13+
"wasm",
14+
"development-tools",
15+
"asynchronous",
16+
"gui",
17+
"command-line-utilities",
1818
]
19+
include = ["src/", "Cargo.toml", ".perseus/", "README.proj.md"]
1920

2021
autotests = false
2122

@@ -31,29 +32,29 @@ shell-words = "1"
3132
include_dir = "0.7"
3233
thiserror = "1"
3334
fmterr = "0.1"
34-
cargo_toml = "0.15"
35+
cargo_toml = "0.22"
3536
indicatif = "0.17"
3637
console = "0.15"
3738
serde = "1"
3839
serde_json = "1"
39-
clap = { version = "4.2", features = [ "color", "derive" ] }
40+
clap = { version = "4.2", features = ["color", "derive"] }
4041
fs_extra = "1"
41-
tokio = { version = "1", features = [ "macros", "rt-multi-thread", "sync" ] }
42+
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] }
4243
warp = "0.3"
4344
command-group = "2"
4445
ctrlc = { version = "3.2", features = ["termination"] }
4546
notify = "6"
4647
futures = "0.3"
4748
tokio-stream = "0.1"
48-
reqwest = { version = "0.11", features = [ "json", "stream" ] }
49+
reqwest = { version = "0.11", features = ["json", "stream"] }
4950
tar = "0.4"
5051
flate2 = "1"
5152
directories = "5"
52-
cargo_metadata = "0.15"
53-
cargo-lock = "8"
54-
minify-js = "=0.4.3" # Be careful changing this, and test extensively!
53+
cargo_metadata = "0.20"
54+
cargo-lock = "10"
55+
minify-js = "=0.4.3" # Be careful changing this, and test extensively!
5556
walkdir = "2"
56-
openssl = { version = "0.10.52", optional = true}
57+
openssl = { version = "0.10.52", optional = true }
5758
brotlic = "0.8"
5859

5960
[dev-dependencies]
@@ -71,4 +72,4 @@ path = "src/bin/main.rs"
7172

7273
[features]
7374
# `reqwest` uses the system-native transport layer by default, this is necessary in some environments
74-
vendored-openssl = [ "openssl/vendored" ]
75+
vendored-openssl = ["openssl/vendored"]

0 commit comments

Comments
 (0)