From c6d50bb863d7904582e0f4fbc00dbae8aa2b7107 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Wed, 19 Feb 2025 07:12:30 +0200 Subject: chore(deps): Update config to 0.15.8 (#2580) This fixes a panic when non-Unicode environment variables are processed by atuin. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f54652c9..7ae91ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ time = { version = "0.3.36", features = [ "local-offset", ] } clap = { version = "4.5.7", features = ["derive"] } -config = { version = "0.13", default-features = false, features = ["toml"] } +config = { version = "0.15.8", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" fs-err = "2.9" -- cgit v1.3.1