Skip to content

Commit

Permalink
Update Rust crate libc to 0.2.153 (#546)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://togithub.com/rust-lang/libc) | dependencies | patch |
`0.2.152` -> `0.2.153` |

---

### Release Notes

<details>
<summary>rust-lang/libc (libc)</summary>

###
[`v0.2.153`](https://togithub.com/rust-lang/libc/releases/tag/0.2.153)

[Compare
Source](https://togithub.com/rust-lang/libc/compare/0.2.152...0.2.153)

##### What's Changed

- Add SOMAXCONN to vita on 0.2 (to fix std) by
[@&#8203;pheki](https://togithub.com/pheki) in
[rust-lang/libc#3552
- Fix CI for v0.2 by [@&#8203;JohnTitor](https://togithub.com/JohnTitor)
in
[rust-lang/libc#3557
- \[Backport
[#&#8203;3548](https://togithub.com/rust-lang/libc/issues/3548)] Add
ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by
[@&#8203;heiher](https://togithub.com/heiher) in
[rust-lang/libc#3570
- Add MFD_NOEXEC_SEAL and MFD_EXEC by
[@&#8203;rusty-snake](https://togithub.com/rusty-snake) in
[rust-lang/libc#3553
- Backport of
[#&#8203;3546](https://togithub.com/rust-lang/libc/issues/3546) and
update crate version to 0.2.153 by
[@&#8203;GuillaumeGomez](https://togithub.com/GuillaumeGomez) in
[rust-lang/libc#3554

##### New Contributors

- [@&#8203;rusty-snake](https://togithub.com/rusty-snake) made their
first contribution in
[rust-lang/libc#3553

**Full Changelog**:
rust-lang/libc@0.2.152...0.2.153

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
gwilymk committed Feb 2, 2024
2 parents 356adb6 + cc08535 commit c5cbe95
Show file tree
Hide file tree
Showing 11 changed files with 111 additions and 168 deletions.
8 changes: 4 additions & 4 deletions agb-gbafix/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions book/games/pong/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions emulator/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 emulator/mgba/Cargo.toml
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.152"
libc = "0.2.153"
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
thiserror = "1"
8 changes: 4 additions & 4 deletions examples/amplitude/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions examples/combo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/hyperspace-roll/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5cbe95

Please sign in to comment.