From ef8a4370eb943378c9bcdd1e1308072290dae3e7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 26 Apr 2024 02:12:29 +0000 Subject: [PATCH] Update Rust crate cargo_toml to 0.20.2 PR created by Renovate Bot. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 734b038..63c2029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.7" edition = "2021" [dependencies] -cargo_toml = "0.20.1" +cargo_toml = "0.20.2" gamedig = "0.5.0" once_cell = "1.19.0" poise = "0.6.1"