Skip to content

Commit 788151d

Browse files
fix(deps): update rust
1 parent e52114a commit 788151d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ categories = ["development-tools", "parsers"]
2121

2222
[workspace.dependencies]
2323
# CLI framework
24-
starbase = "0.10"
24+
starbase = "0.13"
2525
clap = { version = "4.5.57", features = ["derive", "color"] }
2626
anyhow = "1.0"
2727
thiserror = "2.0.18"
@@ -48,7 +48,7 @@ serde_json = "1.0"
4848
toml = "0.9.8"
4949

5050
# WASM utilities
51-
gloo-timers = { version = "0.3", features = ["futures"] }
51+
gloo-timers = { version = "0.4", features = ["futures"] }
5252

5353
[profile.release]
5454
opt-level = 3

crates/morphir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "src/main.rs"
2323
starbase = { workspace = true }
2424
clap = { workspace = true, features = ["color"] }
2525
owo-colors = "4"
26-
termimad = "0.34"
26+
termimad = "0.35"
2727
syntect = "5"
2828
anyhow = { workspace = true }
2929
thiserror = { workspace = true }

0 commit comments

Comments
 (0)