Skip to content

Commit

Permalink
update guppy to 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 5, 2024
1 parent 80fe085 commit 5e4faa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ futures-sink = { version = "0.3.30" }
libc = { version = "0.2.153", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.12", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.28", features = ["fs", "termios"] }
tokio = { version = "1.36.0", default-features = false, features = ["net"] }

Expand All @@ -61,7 +60,6 @@ futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
libc = { version = "0.2.153", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.28", features = ["fs", "termios"] }
tokio = { version = "1.36.0", default-features = false, features = ["net"] }

Expand All @@ -71,7 +69,6 @@ libc = { version = "0.2.153", features = ["extra_traits"] }
[target.x86_64-pc-windows-msvc.dependencies]
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
once_cell = { version = "1.19.0", features = ["unstable"] }
tokio = { version = "1.36.0", default-features = false, features = ["net"] }
winapi = { version = "0.3.9", default-features = false, features = ["handleapi", "processenv", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip"] }
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_UI_Shell"] }
Expand Down

0 comments on commit 5e4faa7

Please sign in to comment.