From e641fe42a64cb21dbc1ef5937528ee9b481fe952 Mon Sep 17 00:00:00 2001 From: Daniel Faust Date: Sun, 24 Nov 2024 21:01:20 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce1f76f2..de0ec897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository = "https://github.com/notify-rs/notify.git" edition = "2021" [workspace.dependencies] -bitflags = "2.3.0" +bitflags = "2.6.0" crossbeam-channel = "0.5.0" deser-hjson = "2.2.4" env_logger = "0.11.2" @@ -27,23 +27,23 @@ file-id = { version = "0.2.2", path = "file-id" } filetime = "0.2.22" fsevent-sys = "4.0.0" futures = "0.3.30" -inotify = { version = "0.10.2", default-features = false } +inotify = { version = "0.11.0", default-features = false } insta = "1.34.0" kqueue = "1.0.8" libc = "0.2.4" log = "0.4.17" mio = { version = "1.0", features = ["os-ext"] } web-time = "1.1.0" -nix = "0.27.0" +nix = "0.29.0" notify = { version = "7.0.0", path = "notify" } notify-debouncer-full = { version = "0.4.0", path = "notify-debouncer-full" } notify-debouncer-mini = { version = "0.5.0", path = "notify-debouncer-mini" } notify-types = { version = "1.0.0", path = "notify-types" } pretty_assertions = "1.3.0" rand = "0.8.5" -rstest = "0.21.0" +rstest = "0.23.0" serde = { version = "1.0.89", features = ["derive"] } serde_json = "1.0.39" tempfile = "3.10.0" walkdir = "2.4.0" -windows-sys = "0.52.0" +windows-sys = "0.59.0"