From 54c15c32a24c202aa8f042bfbafe97dc74a4448f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:18:33 +0000 Subject: [PATCH] chore(deps): update rust crate config to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b42b8aa..7b77774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ id-ulid = { path = "./crates/id-ulid" } # non-local crates chrono = { version = "0.4.34", features = ["serde"] } -config = { version = "0.14", default-features = false, features = [ +config = { version = "0.15", default-features = false, features = [ "json", "json5_rs", "json5",