diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2020-04-18 16:34:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 14:34:34 +0000 |
commit | 03bce99ab69d10d8d8f5f8b1410f360f40f5b842 (patch) | |
tree | 687abf805afafe880d299e68cea1a4f8dc541b34 /alacritty/Cargo.toml | |
parent | 840cb1b93a68389fab63e5a8f94cdaa2d607d1c3 (diff) | |
download | r-alacritty-03bce99ab69d10d8d8f5f8b1410f360f40f5b842.tar.gz r-alacritty-03bce99ab69d10d8d8f5f8b1410f360f40f5b842.tar.bz2 r-alacritty-03bce99ab69d10d8d8f5f8b1410f360f40f5b842.zip |
Update depedencies
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 7c12895c..97a69a76 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -22,7 +22,7 @@ glutin = { version = "0.24.0", features = ["serde"] } notify = "4" libc = "0.2" unicode-width = "0.1" -parking_lot = "0.9" +parking_lot = "0.10.2" font = { path = "../font" } urlocator = "0.1.3" @@ -34,7 +34,7 @@ rustc_tools_util = "0.2.0" xdg = "2" [target.'cfg(not(target_os = "macos"))'.dependencies] -image = { version = "0.22.3", default-features = false, features = ["ico"] } +image = { version = "0.23.3", default-features = false, features = ["ico"] } [target.'cfg(any(target_os = "macos", windows))'.dependencies] dirs = "2.0.2" |