Skip to content

Commit

Permalink
chore(deps): update rust crate libc to 0.2.160
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 17, 2024
1 parent 159810e commit 0862c82
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ indoc = "2.0.5"
insta = { version = "1.40.0", default-features = false }
is_ci = "1.2.0"
itertools = "0.13.0"
libc = "0.2.159"
libc = "0.2.160"
log = "0.4.22"
maplit = "1.0.2"
miette = "7.2.0"
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@ syn = { version = "2.0.79", features = ["extra-traits", "full", "visit", "visit-
[target.x86_64-unknown-linux-gnu.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
libc = { version = "0.2.159", features = ["extra_traits"] }
libc = { version = "0.2.160", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
rustix = { version = "0.38.37", features = ["fs", "termios"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
tokio = { version = "1.40.0", default-features = false, features = ["net"] }

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

[target.x86_64-apple-darwin.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
libc = { version = "0.2.159", features = ["extra_traits"] }
libc = { version = "0.2.160", features = ["extra_traits"] }
rustix = { version = "0.38.37", features = ["fs", "termios"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
tokio = { version = "1.40.0", default-features = false, features = ["net"] }

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

[target.x86_64-pc-windows-msvc.dependencies]
futures-channel = { version = "0.3.31", features = ["sink"] }
Expand Down

0 comments on commit 0862c82

Please sign in to comment.