From abfaa80c931002ba132454d3d9ce26f956fcc27d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 21:34:29 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 484e4e7..0309b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ env_logger = "0.9" rand = "0.8" postgres = "0.19" serde = { version = "1.0", features = ["derive"] } -serde_yaml = "0.8" +serde_yaml = "0.9" ascii_table = { version = "4", features = ["auto_table_width", "color_codes"]} md5 = "0.7" walkdir = "2"