From 6bc47f7b9898068d68fc58f926872143113d59cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:11:34 +0000 Subject: [PATCH] fix(deps): update rust crate serialize-to-javascript to v0.1.2 --- plugins/os/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/os/Cargo.toml b/plugins/os/Cargo.toml index 1e36e2209c..a2184ad8f1 100644 --- a/plugins/os/Cargo.toml +++ b/plugins/os/Cargo.toml @@ -32,4 +32,4 @@ thiserror = { workspace = true } os_info = "3" sys-locale = "0.3" gethostname = "0.5" -serialize-to-javascript = "=0.1.1" +serialize-to-javascript = "=0.1.2"