aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYonatan Goldschmidt <yon.goldschmidt@gmail.com>2025-02-19 07:12:30 +0200
committerGitHub <noreply@github.com>2025-02-18 21:12:30 -0800
commitc6d50bb863d7904582e0f4fbc00dbae8aa2b7107 (patch)
treec6aee7a4abba51fca07d79545bb56238c7d63a42 /Cargo.toml
parentperf: cache `SECRET_PATTERNS`'s `RegexSet` (#2570) (diff)
downloadatuin-c6d50bb863d7904582e0f4fbc00dbae8aa2b7107.zip
chore(deps): Update config to 0.15.8 (#2580)
This fixes a panic when non-Unicode environment variables are processed by atuin.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"