From 70a8675e28b4d577066a397c7f996be3957c5386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 03:41:09 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.192 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7c50ff..52943e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/cf-env" exclude = [".github", ".gitpod.yml"] [dependencies] -serde = { version = "1.0.166", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.100" guid-create = { version="0.3.1", features = [ "serde",