Skip to content

Commit ddfc207

Browse files
authored
chore(deps): update rust crate libc to 0.2.164 (#1879)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.163` -> `0.2.164` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.164`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.164) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.163...0.2.164) ##### MSRV This release increases the MSRV of `libc` to 1.63. ##### Other - CI: remove tests with rust < 1.63 [#&#8203;4051](https://redirect.github.com/rust-lang/libc/pull/4051) - MSRV: document the MSRV of the stable channel to be 1.63 [#&#8203;4040](https://redirect.github.com/rust-lang/libc/pull/4040) - MacOS: move ifconf to s_no_extra_traits [#&#8203;4051](https://redirect.github.com/rust-lang/libc/pull/4051) </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 59a7dec commit ddfc207

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.163"
71+
libc = "0.2.164"
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.163", features = ["extra_traits"] }
50+
libc = { version = "0.2.164", 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.163", features = ["extra_traits"] }
57+
libc = { version = "0.2.164", 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.163", features = ["extra_traits"] }
62+
libc = { version = "0.2.164", 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.163", features = ["extra_traits"] }
68+
libc = { version = "0.2.164", 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)