Skip to content

Commit

Permalink
Update Rust crate libc to 0.2.150
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 5, 2023
1 parent 9597945 commit 2d616a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ indexmap = { version = "2.1.0", features = ["serde"] }
smallvec = "1.11.1"

[target.'cfg(unix)'.dependencies]
libc = "0.2.149"
libc = "0.2.150"
nix = { version = "0.27.1", default-features = false, features = ["signal"] }

[target.'cfg(windows)'.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.20", features = ["fs", "termios"] }
tokio = { version = "1.33.0", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }

[target.x86_64-apple-darwin.dependencies]
futures-core = { version = "0.3.29" }
futures-sink = { version = "0.3.29" }
futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.20", features = ["fs", "termios"] }
tokio = { version = "1.33.0", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }

[target.x86_64-pc-windows-msvc.dependencies]
futures-core = { version = "0.3.29" }
Expand Down

0 comments on commit 2d616a8

Please sign in to comment.