diff options
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index e18e5d68..1460c5a7 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -24,7 +24,7 @@ libc = "0.2" unicode-width = "0.1" parking_lot = "0.9" font = { path = "../font" } -urlocator = "0.1.0" +urlocator = "0.1.3" [build-dependencies] gl_generator = "0.14.0" |