summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authora5ob7r <12132068+a5ob7r@users.noreply.github.com>2022-06-20 23:19:04 +0900
committerGitHub <noreply@github.com>2022-06-20 14:19:04 +0000
commit6018590d7be62d3a5317f228571d353004da0220 (patch)
treed36e6a5e1445b78feb5119a6659c3a7b0973b944 /alacritty_terminal/Cargo.toml
parent9236242857a3ede1f8e9d22bf9f2ac64d8f6510e (diff)
downloadalacritty-6018590d7be62d3a5317f228571d353004da0220.tar.gz
alacritty-6018590d7be62d3a5317f228571d353004da0220.zip
Bump dirs to 4.0.0
This is to remove dependencies on multiple versions of dirs crate.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index e722f2ee..e758009c 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -26,7 +26,7 @@ log = "0.4"
unicode-width = "0.1"
base64 = "0.13.0"
regex-automata = "0.1.9"
-dirs = "3.0.1"
+dirs = "4.0.0"
[target.'cfg(unix)'.dependencies]
nix = "0.22.0"