Skip to content

Commit

Permalink
Update Rust crate diffy to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Jul 30, 2024
1 parent 917a912 commit c36379a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bimap = "0.6.3"
camino = "1.1.7"
cfg-if = "1.0.0"
debug-ignore = "1.0.5"
diffy = "0.3.0"
diffy = "0.4.0"
guppy = { version = "0.17.6", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.4", features = ["glob"], optional = true }
indenter = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ libc = { version = "0.2.155", features = ["extra_traits"] }

[target.x86_64-pc-windows-msvc.dependencies]
once_cell = { version = "1.19.0" }
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "sysinfoapi", "winbase", "wincon", "winerror", "winnt"] }
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "sysinfoapi", "winbase", "wincon", "winerror", "winnt"] }
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }

### END HAKARI SECTION

0 comments on commit c36379a

Please sign in to comment.