File fix_2024078125188900.diff of Package rust-wasmtime-wit-bindgen
diff --git a/Cargo.toml b/Cargo.toml index 2bac98a..bb26bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,13 +23,13 @@ repository = "https://github.com/bytecodealliance/wasmtime" version = "1.0.22" [dependencies.heck] -version = "0.4" +version = "0.5" [dependencies.indexmap] version = "2.0.0" [dependencies.wit-parser] -version = "0.201.0" +version = "0.202" [lints.clippy] all = "allow"