diff --git a/Cargo.toml b/Cargo.toml index 9e657cf6..aa2b0456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ exclude = ["examples/hot_reload_tide"] [workspace.dependencies] -bitflags = "1.0.4" +bitflags = "2.2.1" crossbeam-channel = "0.5.0" deser-hjson = "1.1.1" file-id = { path = "file-id" } @@ -24,7 +24,7 @@ kqueue = "1.0.4" libc = "0.2.4" mio = { version = "0.8.0", features = ["os-ext"] } mock_instant = "0.3.0" -nix = "0.23.1" +nix = "0.26.2" notify = { path = "notify" } notify-debouncer-mini = { path = "notify-debouncer-mini" } notify-debouncer-refined = { path = "notify-debouncer-refined" } @@ -37,7 +37,7 @@ serde_json = "1.0.39" tempfile = "3.5.0" walkdir = "2.2.2" winapi-util = "0.1.5" -windows-sys = { version = "0.45.0", features = [ +windows-sys = { version = "0.48.0", features = [ "Win32_System_Threading", "Win32_Foundation", "Win32_Storage_FileSystem",