From a666956fcc94b40f0a6c227c07f0b6c81010ebdf Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 06:56:44 -0700 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.198 (#229) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 237abaf4..7ea5b372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ slog-async = "2.8" slog-bunyan = "2.5" socket2 = { version = "0.5", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0.198", features = ["derive"] } hostname = "0.3" thiserror = "1.0" dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }