Skip to content

Commit 5c9ab9a

Browse files
authored
Merge pull request #29 from asteurer/update
chore: update wit-bindgen-go rev
2 parents df0d2d3 + e470ee2 commit 5c9ab9a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
1212
members = ["./tests"]
1313

1414
[workspace.dependencies]
15-
anyhow = "1.0.100"
15+
anyhow = "1.0.102"
1616

1717
[workspace.package]
1818
version = "0.2.0"
@@ -35,9 +35,9 @@ allow_attributes_without_reason = 'warn'
3535

3636
[dependencies]
3737
anyhow = { workspace = true}
38-
clap = { version = "4.5.53", features = ["derive"] }
39-
regex = "1.12.2"
38+
clap = { version = "4.5.60", features = ["derive"] }
39+
regex = "1.12.3"
4040
wat = { version = "1.245.1"}
41-
wit-bindgen-go = { git = "https://github.com/asteurer/wit-bindgen", rev = "ad98571fdd93de6057c4572e16ba5c6f5ac17ae7" }
41+
wit-bindgen-go = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "ff9543d42d0d7e56ed529e03dc2f7cc02db6c141" }
4242
wit-component = "0.245.1"
4343
wit-parser = "0.245.1"

0 commit comments

Comments
 (0)