From 97abd3fc92a8b53b489d89ec4d1289c490e235af Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:26:44 +0000 Subject: [PATCH] Update Rust crate config to 0.15.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5629e95..3640400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base64 = "0.22" bb8 = "0.8.6" chrono = "0.4.42" clap = { version = "4.5.54", features = ["derive", "string", "env"] } -config = { version = "0.15.13", features = ["toml"] } +config = { version = "0.15.19", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" diesel = { version = "2.2.12", features = ["postgres"] }