From 9f95c2c198e1b39dd812e705ad99fe89457662e0 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 25 Apr 2024 22:13:01 -0400 Subject: [PATCH] Update Rust crate cargo_toml to 0.20.2 (#51) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da0c2e0..987324b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -cargo_toml = "0.20.1" +cargo_toml = "0.20.2" once_cell = "1.19.0" poise = "0.6.1" sysinfo = "0.30.11"