Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaust committed May 8, 2023
1 parent 7e8ea08 commit c25f338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
Expand All @@ -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",
Expand Down

0 comments on commit c25f338

Please sign in to comment.