Commits
- [`3875052`](https://github.com/rust-lang/libc/commit/38750521a627db61344bc9a8e072b9e3326b089e) Auto merge of [#1474](https://github-redirect.dependabot.com/rust-lang/libc/issues/1474) - lpetre:add_utime_constants, r=gnzlbg
- [`afcb42e`](https://github.com/rust-lang/libc/commit/afcb42e71b955961625873dfd19a5b0cdaf09ada) Auto merge of [#1473](https://github-redirect.dependabot.com/rust-lang/libc/issues/1473) - Wind-River:master, r=gnzlbg
- [`e03d938`](https://github.com/rust-lang/libc/commit/e03d9380df2ba5100592e8c33a7bd3eec9fbf542) Auto merge of [#1481](https://github-redirect.dependabot.com/rust-lang/libc/issues/1481) - FenrirWolf:newlib-socket-fix, r=gnzlbg
- [`fd03747`](https://github.com/rust-lang/libc/commit/fd037479db24357fff4c5e98c48950ab19d86249) Define newlib socket types by target arch
- [`6c99560`](https://github.com/rust-lang/libc/commit/6c995607ce202511c769eed41d3342459020ed06) Fix style error in wasi.rs
- [`50fbf0c`](https://github.com/rust-lang/libc/commit/50fbf0c4a43492624ddbca939950ebc836bbaefc) Auto merge of [#1482](https://github-redirect.dependabot.com/rust-lang/libc/issues/1482) - semarie:bpf-openbsd, r=gnzlbg
- [`3b7be3c`](https://github.com/rust-lang/libc/commit/3b7be3c193e56ca6e9eded2d20f24e919318ed12) adapt ioctl() BPF for OpenBSD
- [`e43e863`](https://github.com/rust-lang/libc/commit/e43e86347acfcb977473e413a85c72c02a1282a3) Merge pull request [#2](https://github-redirect.dependabot.com/rust-lang/libc/issues/2) from Wind-River/bpang-issue1469
- [`ffbe923`](https://github.com/rust-lang/libc/commit/ffbe923f92fb8a65b39a59f2f7dc2360d04ccafd) Auto merge of [#1472](https://github-redirect.dependabot.com/rust-lang/libc/issues/1472) - josephlr:fus, r=gnzlbg
- [`a41fc60`](https://github.com/rust-lang/libc/commit/a41fc6062e225f9aae480230caecd9e4d920f7b4) Auto merge of [#1471](https://github-redirect.dependabot.com/rust-lang/libc/issues/1471) - AdminXVII:redox-termios, r=gnzlbg
- Additional commits viewable in [compare view](https://github.com/rust-lang/libc/compare/0.2.62...0.2.63)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps libc from 0.2.62 to 0.2.63.
Commits
- [`3875052`](https://github.com/rust-lang/libc/commit/38750521a627db61344bc9a8e072b9e3326b089e) Auto merge of [#1474](https://github-redirect.dependabot.com/rust-lang/libc/issues/1474) - lpetre:add_utime_constants, r=gnzlbg - [`afcb42e`](https://github.com/rust-lang/libc/commit/afcb42e71b955961625873dfd19a5b0cdaf09ada) Auto merge of [#1473](https://github-redirect.dependabot.com/rust-lang/libc/issues/1473) - Wind-River:master, r=gnzlbg - [`e03d938`](https://github.com/rust-lang/libc/commit/e03d9380df2ba5100592e8c33a7bd3eec9fbf542) Auto merge of [#1481](https://github-redirect.dependabot.com/rust-lang/libc/issues/1481) - FenrirWolf:newlib-socket-fix, r=gnzlbg - [`fd03747`](https://github.com/rust-lang/libc/commit/fd037479db24357fff4c5e98c48950ab19d86249) Define newlib socket types by target arch - [`6c99560`](https://github.com/rust-lang/libc/commit/6c995607ce202511c769eed41d3342459020ed06) Fix style error in wasi.rs - [`50fbf0c`](https://github.com/rust-lang/libc/commit/50fbf0c4a43492624ddbca939950ebc836bbaefc) Auto merge of [#1482](https://github-redirect.dependabot.com/rust-lang/libc/issues/1482) - semarie:bpf-openbsd, r=gnzlbg - [`3b7be3c`](https://github.com/rust-lang/libc/commit/3b7be3c193e56ca6e9eded2d20f24e919318ed12) adapt ioctl() BPF for OpenBSD - [`e43e863`](https://github.com/rust-lang/libc/commit/e43e86347acfcb977473e413a85c72c02a1282a3) Merge pull request [#2](https://github-redirect.dependabot.com/rust-lang/libc/issues/2) from Wind-River/bpang-issue1469 - [`ffbe923`](https://github.com/rust-lang/libc/commit/ffbe923f92fb8a65b39a59f2f7dc2360d04ccafd) Auto merge of [#1472](https://github-redirect.dependabot.com/rust-lang/libc/issues/1472) - josephlr:fus, r=gnzlbg - [`a41fc60`](https://github.com/rust-lang/libc/commit/a41fc6062e225f9aae480230caecd9e4d920f7b4) Auto merge of [#1471](https://github-redirect.dependabot.com/rust-lang/libc/issues/1471) - AdminXVII:redox-termios, r=gnzlbg - Additional commits viewable in [compare view](https://github.com/rust-lang/libc/compare/0.2.62...0.2.63)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.