diff --git a/Cargo.toml b/Cargo.toml index 5f398cf..33c0753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".github/*", ".gitignore"] [dependencies] serde = { version = "1.0.229", default-features = false, features = ["derive", "std"] } thiserror = { version = "2.0.19", default-features = false, features = ["std"] } -wit-bindgen = { version = "0.59.0", default-features = false, features = ["macros", "std"] } +wit-bindgen = { version = "0.60.0", default-features = false, features = ["macros", "std"] } toml = { version = "1.1", default-features = false, features = ["std", "serde", "parse", "display"] } [dev-dependencies]