@@ -4,7 +4,7 @@ members = ["crates/*"]
44default-members = [" crates/cli" ]
55
66[workspace .dependencies ]
7- anyhow = " 1.0.93 "
7+ anyhow = " 1.0.94 "
88async-trait = " 0.1.83"
99clap = " 4.5.21"
1010clap_complete = " 4.5.38"
@@ -16,7 +16,7 @@ extism = ">=1.6.0" # Lower for consumers
1616extism-pdk = " 1.3.0"
1717http-cache-reqwest = " 0.15.0"
1818human-sort = " 0.2.2"
19- indexmap = " 2.6 .0"
19+ indexmap = " 2.7 .0"
2020miette = " 7.4.0"
2121once_cell = " 1.20.2"
2222regex = { version = " 1.11.1" , default-features = false , features = [" std" ] }
@@ -38,8 +38,8 @@ serde = { version = "1.0.214", features = ["derive"] }
3838serde_json = " 1.0.133"
3939sha2 = " 0.10.8"
4040shell-words = " 1.1.0"
41- starbase = { version = " 0.9.5 " }
42- starbase_archive = { version = " 0.8.10 " , features = [
41+ starbase = { version = " 0.9.6 " }
42+ starbase_archive = { version = " 0.9.0 " , features = [
4343 " gz" ,
4444 " miette" ,
4545 " tar-bz2" ,
@@ -50,17 +50,17 @@ starbase_archive = { version = "0.8.10", features = [
5050 " zip-deflate" ,
5151] }
5252starbase_events = { version = " 0.6.3" }
53- starbase_sandbox = { version = " 0.7.7 " }
54- starbase_shell = { version = " 0.6.4 " , features = [" miette" ] }
55- starbase_styles = { version = " 0.4.6 " }
56- starbase_utils = { version = " 0.8.13 " , default-features = false , features = [
53+ starbase_sandbox = { version = " 0.8.0 " }
54+ starbase_shell = { version = " 0.6.5 " , features = [" miette" ] }
55+ starbase_styles = { version = " 0.4.7 " }
56+ starbase_utils = { version = " 0.9.1 " , default-features = false , features = [
5757 " json" ,
5858 " miette" ,
5959 " net" ,
6060 " toml" ,
6161] }
62- thiserror = " 2.0.3 "
63- tokio = { version = " 1.41 .0" , features = [" full" , " tracing" ] }
62+ thiserror = " 2.0.4 "
63+ tokio = { version = " 1.42 .0" , features = [" full" , " tracing" ] }
6464tracing = " 0.1.41"
6565uuid = { version = " 1.11.0" , features = [" v4" ] }
6666
0 commit comments