Skip to content

Commit 59a7dec

Browse files
authored
chore(deps): update rust crate libc to 0.2.163 (#1878)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.162` -> `0.2.163` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.163`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.163) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.162...0.2.163) ##### Added - Aix: add more `dlopen` flags [#&#8203;4044](https://redirect.github.com/rust-lang/libc/pull/4044) - Android: add group calls [#&#8203;3499](https://redirect.github.com/rust-lang/libc/pull/3499) - FreeBSD: add `TCP_FUNCTION_BLK` and `TCP_FUNCTION_ALIAS` [#&#8203;4047](https://redirect.github.com/rust-lang/libc/pull/4047) - Linux: add `confstr` [#&#8203;3612](https://redirect.github.com/rust-lang/libc/pull/3612) - Solarish: add `aio` [#&#8203;4033](https://redirect.github.com/rust-lang/libc/pull/4033) - Solarish: add `arc4random*` [#&#8203;3944](https://redirect.github.com/rust-lang/libc/pull/3944) ##### Changed - Emscripten: upgrade emsdk to 3.1.68 [#&#8203;3962](https://redirect.github.com/rust-lang/libc/pull/3962) - Hurd: use more standard types [#&#8203;3733](https://redirect.github.com/rust-lang/libc/pull/3733) - Hurd: use the standard `ssize_t = isize` [#&#8203;4029](https://redirect.github.com/rust-lang/libc/pull/4029) - Solaris: fix `confstr` and `ucontext_t` [#&#8203;4035](https://redirect.github.com/rust-lang/libc/pull/4035) ##### Other - CI: add Solaris [#&#8203;4035](https://redirect.github.com/rust-lang/libc/pull/4035) - CI: add `i686-unknown-freebsd` [#&#8203;3997](https://redirect.github.com/rust-lang/libc/pull/3997) - CI: ensure that calls to `sort` do not depend on locale [#&#8203;4026](https://redirect.github.com/rust-lang/libc/pull/4026) - Specify `rust-version` in `Cargo.toml` [#&#8203;4041](https://redirect.github.com/rust-lang/libc/pull/4041) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 3eb903a commit 59a7dec

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
@@ -68,7 +68,7 @@ indoc = "2.0.5"
6868
insta = { version = "1.41.1", default-features = false }
6969
is_ci = "1.2.0"
7070
itertools = "0.13.0"
71-
libc = "0.2.162"
71+
libc = "0.2.163"
7272
log = "0.4.22"
7373
maplit = "1.0.2"
7474
miette = "7.2.0"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ syn = { version = "2.0.87", features = ["extra-traits", "full", "visit", "visit-
4747
[target.x86_64-unknown-linux-gnu.dependencies]
4848
futures-channel = { version = "0.3.31", features = ["sink"] }
4949
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
50-
libc = { version = "0.2.162", features = ["extra_traits"] }
50+
libc = { version = "0.2.163", features = ["extra_traits"] }
5151
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
5252
rustix = { version = "0.38.37", features = ["fs", "termios"] }
5353
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
5454
tokio = { version = "1.41.1", default-features = false, features = ["net"] }
5555

5656
[target.x86_64-unknown-linux-gnu.build-dependencies]
57-
libc = { version = "0.2.162", features = ["extra_traits"] }
57+
libc = { version = "0.2.163", features = ["extra_traits"] }
5858

5959
[target.x86_64-apple-darwin.dependencies]
6060
futures-channel = { version = "0.3.31", features = ["sink"] }
6161
futures-sink = { version = "0.3.31", default-features = false, features = ["std"] }
62-
libc = { version = "0.2.162", features = ["extra_traits"] }
62+
libc = { version = "0.2.163", features = ["extra_traits"] }
6363
rustix = { version = "0.38.37", features = ["fs", "termios"] }
6464
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
6565
tokio = { version = "1.41.1", default-features = false, features = ["net"] }
6666

6767
[target.x86_64-apple-darwin.build-dependencies]
68-
libc = { version = "0.2.162", features = ["extra_traits"] }
68+
libc = { version = "0.2.163", features = ["extra_traits"] }
6969

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

0 commit comments

Comments
 (0)