Skip to content

Commit 177bdba

Browse files
authored
chore(deps): update rust crate libc to 0.2.167 (#1917)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.166` -> `0.2.167` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.167`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.167) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.166...0.2.167) ##### Added - Solarish: add `st_fstype` to `stat` [#&#8203;4145](https://redirect.github.com/rust-lang/libc/pull/4145) - Trusty: Add `intptr_t` and `uintptr_t` ([#&#8203;4161](https://redirect.github.com/rust-lang/libc/pull/4161)) ##### Fixed - Fix the build with `rustc-dep-of-std` [#&#8203;4158](https://redirect.github.com/rust-lang/libc/pull/4158) - Wasi: Add back unsafe block for `clockid_t` static variables ([#&#8203;4157](https://redirect.github.com/rust-lang/libc/pull/4157)) ##### Cleanup - Create an internal prelude [#&#8203;4161](https://redirect.github.com/rust-lang/libc/pull/4161) - Fix `unused_qualifications`[#&#8203;4132](https://redirect.github.com/rust-lang/libc/pull/4132) ##### Other - CI: Check various FreeBSD versions ([#&#8203;4159](https://redirect.github.com/rust-lang/libc/pull/4159)) - CI: add a timeout for all jobs [#&#8203;4164](https://redirect.github.com/rust-lang/libc/pull/4164) - CI: verify MSRV for `wasm32-wasi` [#&#8203;4157](https://redirect.github.com/rust-lang/libc/pull/4157) - Migrate to the 2021 edition [#&#8203;4132](https://redirect.github.com/rust-lang/libc/pull/4132) ##### Removed - Remove one unused import after the edition 2021 bump </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zOC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 73b398c commit 177bdba

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ indoc = "2.0.5"
7070
insta = { version = "1.41.1", default-features = false }
7171
is_ci = "1.2.0"
7272
itertools = "0.13.0"
73-
libc = "0.2.166"
73+
libc = "0.2.167"
7474
log = "0.4.22"
7575
maplit = "1.0.2"
7676
miette = "7.4.0"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@ syn = { version = "2.0.89", features = ["extra-traits", "full", "visit", "visit-
4848
futures-channel = { version = "0.3.31", features = ["sink"] }
4949
futures-core = { version = "0.3.31" }
5050
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
51-
libc = { version = "0.2.166", features = ["extra_traits"] }
51+
libc = { version = "0.2.167", features = ["extra_traits"] }
5252
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
5353
rustix = { version = "0.38.37", features = ["fs", "termios"] }
5454
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
5555
tokio = { version = "1.41.1", default-features = false, features = ["net"] }
5656

5757
[target.x86_64-unknown-linux-gnu.build-dependencies]
58-
libc = { version = "0.2.166", features = ["extra_traits"] }
58+
libc = { version = "0.2.167", features = ["extra_traits"] }
5959

6060
[target.x86_64-apple-darwin.dependencies]
6161
futures-channel = { version = "0.3.31", features = ["sink"] }
6262
futures-core = { version = "0.3.31" }
6363
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
64-
libc = { version = "0.2.166", features = ["extra_traits"] }
64+
libc = { version = "0.2.167", features = ["extra_traits"] }
6565
rustix = { version = "0.38.37", features = ["fs", "termios"] }
6666
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
6767
tokio = { version = "1.41.1", default-features = false, features = ["net"] }
6868

6969
[target.x86_64-apple-darwin.build-dependencies]
70-
libc = { version = "0.2.166", features = ["extra_traits"] }
70+
libc = { version = "0.2.167", features = ["extra_traits"] }
7171

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

0 commit comments

Comments
 (0)