Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 9, 2023
1 parent ce75e4d commit e13b511
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 52 deletions.
67 changes: 22 additions & 45 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ members = ["crates/*"]
default-members = ["crates/cli"]

[workspace.dependencies]
cached = "0.44.0"
clap = "4.4.1"
clap_complete = "4.4.0"
cached = "0.45.1"
clap = "4.4.2"
clap_complete = "4.4.1"
convert_case = "0.6.0"
extism = "0.5.0"
extism-pdk = "0.3.4"
human-sort = "0.2.2"
miette = "5.10.0"
once_cell = "1.18.0"
once_map = "0.4.8"
regex = "1.9.4"
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
] }
Expand All @@ -35,7 +35,7 @@ starbase_utils = { version = "0.3.1", default-features = false, features = [
"json",
"toml",
] }
thiserror = "1.0.47"
thiserror = "1.0.48"
tokio = { version = "1.32.0", features = ["full", "tracing"] }
tracing = "0.1.37"

Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ dialoguer = "0.10.4"
dirs = "5.0.1"
futures = "0.3.28"
human-sort = { workspace = true }
indicatif = "0.17.5"
indicatif = "0.17.6"
miette = { workspace = true }
reqwest = { workspace = true, features = ["stream"] }
semver = { workspace = true }
serde = { workspace = true }
starbase = "0.2.5"
starbase = "0.2.6"
starbase_archive = { workspace = true }
starbase_styles = { workspace = true }
starbase_utils = { workspace = true }
Expand Down

0 comments on commit e13b511

Please sign in to comment.