From 58c9bd4ac0171f75ddc482a2930f082c0702fca4 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:42:52 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88f345e..2cb8c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ config-yml = ["config/yaml"] # Config # We only support `toml` configs currently, and one of the default features (`rust-ini`) pulls in a dependency # that breaks the coverage build on nightly. -config = { version = "0.14.0", default-features = false, features = ["toml", "convert-case"] } +config = { version = "0.14.1", default-features = false, features = ["toml", "convert-case"] } dotenvy = "0.15.5" # Tracing