From b41598157035cf58e26505ae6f9209b93533be90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:38: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 017ad0dee2..3aaf0fa3d0 100644 --- a/plugins/os/Cargo.toml +++ b/plugins/os/Cargo.toml @@ -25,4 +25,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"