summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-04 22:58:19 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-04 22:58:19 -0500
commit07245b2a74d28f612b99eea180283ba7b74207a0 (patch)
treef3cbb5ab15c9a00ee83b84b75c089ce35dd2dd3b /Cargo.toml
parent85514ee5187b58d5cbae5b0631aa2d0d29cbf268 (diff)
downloadnbsh-07245b2a74d28f612b99eea180283ba7b74207a0.tar.gz
nbsh-07245b2a74d28f612b99eea180283ba7b74207a0.zip
upgrade to notify 5
to fix some duplicated deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9437cbf..5d9c91b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ glob = "0.3.0"
hostname = "0.3.1"
libc = "0.2.119"
nix = "0.23.1"
-notify = "4.0.17"
+notify = "5.0.0-pre.13"
once_cell = "1.10.0"
pest = "2.1.3"
pest_derive = "2.1.0"
@@ -34,5 +34,6 @@ vt100 = "0.15.1"
[patch.crates-io]
nix = { git = "https://github.com/nix-rust/nix" }
+notify = { git = "https://github.com/notify-rs/notify" }
pty-process = { git = "https://github.com/doy/pty-process" }
textmode = { git = "https://github.com/doy/textmode" }