From dcaf11317bd81271332ebdea466e04b11e4eaee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:30:18 +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 88cd5ceb..a6a0a4df 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"