diff options
| author | Yonatan Goldschmidt <yon.goldschmidt@gmail.com> | 2025-02-19 07:12:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 21:12:30 -0800 |
| commit | c6d50bb863d7904582e0f4fbc00dbae8aa2b7107 (patch) | |
| tree | c6aee7a4abba51fca07d79545bb56238c7d63a42 /Cargo.toml | |
| parent | perf: cache `SECRET_PATTERNS`'s `RegexSet` (#2570) (diff) | |
| download | atuin-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
