Skip to content

Commit

Permalink
internal: Rework setup command. (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 25, 2024
1 parent 635a153 commit d2fa3f8
Show file tree
Hide file tree
Showing 11 changed files with 247 additions and 257 deletions.
106 changes: 46 additions & 60 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ default-members = ["crates/cli"]
[workspace.dependencies]
anyhow = "1.0.94"
async-trait = "0.1.83"
clap = "4.5.21"
clap_complete = "4.5.38"
clap = "4.5.23"
clap_complete = "4.5.40"
compact_str = { version = "0.8.0", default-features = false, features = [
"serde",
] }
Expand All @@ -17,7 +17,7 @@ extism-pdk = "1.3.0"
http-cache-reqwest = "0.15.0"
human-sort = "0.2.2"
indexmap = "2.7.0"
iocraft = "0.5.0"
iocraft = "0.5.1"
miette = "7.4.0"
once_cell = "1.20.2"
regex = { version = "1.11.1", default-features = false, features = ["std"] }
Expand All @@ -32,10 +32,10 @@ reqwest-middleware = { version = "0.4.0", default-features = false, features = [
] }
reqwest-netrc = "0.1.2"
rustc-hash = "2.1.0"
scc = "2.2.5"
scc = "2.2.6"
schematic = { version = "0.17.7", default-features = false }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.214", features = ["derive"] }
semver = { version = "1.0.24", features = ["serde"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
sha2 = "0.10.8"
shell-words = "1.1.0"
Expand All @@ -50,18 +50,18 @@ starbase_archive = { version = "0.9.0", features = [
"zip",
"zip-deflate",
] }
starbase_console = { version = "0.1.2", features = ["ui"] }
starbase_console = { version = "0.2.0", features = ["ui"] }
starbase_events = { version = "0.6.3" }
starbase_sandbox = { version = "0.8.0" }
starbase_shell = { version = "0.6.8", features = ["miette"] }
starbase_shell = { version = "0.6.9", features = ["miette"] }
starbase_styles = { version = "0.4.9" }
starbase_utils = { version = "0.9.1", default-features = false, features = [
"json",
"miette",
"net",
"toml",
] }
thiserror = "2.0.4"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full", "tracing"] }
tracing = "0.1.41"
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down
Loading

0 comments on commit d2fa3f8

Please sign in to comment.