From 62b75620c33614e63947e2cc42eca1920c7c68ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:41:37 +0000 Subject: [PATCH] chore(deps): update rust crate wit-bindgen-rt to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcab6b676..e3479174f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4.0" once_cell = "1.19.0" bitflags = "2.5.0" wit-bindgen = "0.22.0" -wit-bindgen-rt = "0.22.0" +wit-bindgen-rt = "0.23.0" rmp = "0.8.12" rmp-serde = "1.1.2" rmpv = "1.0.1"