Skip to content

Commit

Permalink
Auto merge of #13995 - rust-lang:renovate/compatible, r=epage
Browse files Browse the repository at this point in the history
chore(deps): update compatible

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anstream](https://togithub.com/rust-cli/anstyle) | workspace.dependencies | patch | `0.6.13` -> `0.6.14` |
| [anstyle](https://togithub.com/rust-cli/anstyle) | workspace.dependencies | patch | `1.0.6` -> `1.0.7` |
| [anyhow](https://togithub.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.82` -> `1.0.86` |
| [libc](https://togithub.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.154` -> `0.2.155` |
| [opener](https://togithub.com/Seeker14491/opener) | workspace.dependencies | patch | `0.7.0` -> `0.7.1` |
| [security-framework](https://lib.rs/crates/security_framework) ([source](https://togithub.com/kornelski/rust-security-framework)) | workspace.dependencies | minor | `2.10.0` -> `2.11.0` |
| [semver](https://togithub.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.22` -> `1.0.23` |
| [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.199` -> `1.0.203` |
| [serde-untagged](https://togithub.com/dtolnay/serde-untagged) | workspace.dependencies | patch | `0.1.5` -> `0.1.6` |
| [serde_json](https://togithub.com/serde-rs/json) | workspace.dependencies | patch | `1.0.116` -> `1.0.117` |
| [thiserror](https://togithub.com/dtolnay/thiserror) | workspace.dependencies | patch | `1.0.59` -> `1.0.61` |

---

### Release Notes

<details>
<summary>rust-cli/anstyle (anstream)</summary>

### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14)

[Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14)

</details>

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86)

[Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86)

-   Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373))

### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85)

[Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85)

-   Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371))

### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84)

[Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84)

-   Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367))

### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83)

[Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83)

-   Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363))

</details>

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

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

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

#### What's Changed

-   Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [`@&#8203;lberrymage](https://togithub.com/lberrymage)` in [https://github.com/rust-lang/libc/pull/3632](https://togithub.com/rust-lang/libc/pull/3632)
-   Correct the value of FAN_MARK_IGNORE by [`@&#8203;severen](https://togithub.com/severen)` in [https://github.com/rust-lang/libc/pull/3622](https://togithub.com/rust-lang/libc/pull/3622)
-   Update FreeBSD 13 CI image by [`@&#8203;JohnTitor](https://togithub.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3671](https://togithub.com/rust-lang/libc/pull/3671)
-   android: add FUTEX_LOCK_PI2 by [`@&#8203;rtzoeller](https://togithub.com/rtzoeller)` in [https://github.com/rust-lang/libc/pull/3635](https://togithub.com/rust-lang/libc/pull/3635)
-   Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [`@&#8203;purplesyringa](https://togithub.com/purplesyringa)` in [https://github.com/rust-lang/libc/pull/3676](https://togithub.com/rust-lang/libc/pull/3676)
-   Revert "Support posix_spawn on Android" by [`@&#8203;JohnTitor](https://togithub.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3678](https://togithub.com/rust-lang/libc/pull/3678)
-   Unlock ci: fix wrong cfg emscripten by [`@&#8203;tesuji](https://togithub.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3684](https://togithub.com/rust-lang/libc/pull/3684)
-   redox: correct EPOLL constants by [`@&#8203;jackpot51](https://togithub.com/jackpot51)` in [https://github.com/rust-lang/libc/pull/3686](https://togithub.com/rust-lang/libc/pull/3686)
-   \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [`@&#8203;cuviper](https://togithub.com/cuviper)` in [https://github.com/rust-lang/libc/pull/3708](https://togithub.com/rust-lang/libc/pull/3708)
-   Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [`@&#8203;tesuji](https://togithub.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3690](https://togithub.com/rust-lang/libc/pull/3690)
-   Update version to `0.2.155` by [`@&#8203;madsmtm](https://togithub.com/madsmtm)` in [https://github.com/rust-lang/libc/pull/3682](https://togithub.com/rust-lang/libc/pull/3682)

#### New Contributors

-   [`@&#8203;lberrymage](https://togithub.com/lberrymage)` made their first contribution in [https://github.com/rust-lang/libc/pull/3632](https://togithub.com/rust-lang/libc/pull/3632)
-   [`@&#8203;purplesyringa](https://togithub.com/purplesyringa)` made their first contribution in [https://github.com/rust-lang/libc/pull/3676](https://togithub.com/rust-lang/libc/pull/3676)

**Full Changelog**: rust-lang/libc@0.2.154...0.2.155

</details>

<details>
<summary>Seeker14491/opener (opener)</summary>

### [`v0.7.1`](https://togithub.com/Seeker14491/opener/blob/HEAD/CHANGELOG.md#071---2024-05-17)

[Compare Source](https://togithub.com/Seeker14491/opener/compare/v0.7.0...v0.7.1)

##### Fixed

-   On Linux, the `dbus` crate is now only pulled in when enabling the `reveal` feature (as was the case prior to `opener` v0.7.0).
-   Fixed a Cargo error when compiling `opener` using versions of Rust prior to 1.71.

</details>

<details>
<summary>kornelski/rust-security-framework (security-framework)</summary>

### [`v2.11.0`](https://togithub.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0)

[Compare Source](https://togithub.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0)

</details>

<details>
<summary>dtolnay/semver (semver)</summary>

### [`v1.0.23`](https://togithub.com/dtolnay/semver/releases/tag/1.0.23)

[Compare Source](https://togithub.com/dtolnay/semver/compare/1.0.22...1.0.23)

-   Resolve unexpected_cfgs warning ([#&#8203;318](https://togithub.com/dtolnay/semver/issues/318))

</details>

<details>
<summary>serde-rs/serde (serde)</summary>

### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203)

[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203)

-   Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747))

### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202)

[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202)

-   Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743))

### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201)

[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201)

-   Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737))

### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200)

[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200)

-   Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [`@&#8203;jamessan](https://togithub.com/jamessan))`

</details>

<details>
<summary>dtolnay/serde-untagged (serde-untagged)</summary>

### [`v0.1.6`](https://togithub.com/dtolnay/serde-untagged/releases/tag/0.1.6)

[Compare Source](https://togithub.com/dtolnay/serde-untagged/compare/0.1.5...0.1.6)

-   Relocate some unsafe code over to `typeid` crate

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117)

[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117)

-   Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130))

</details>

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61)

[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61)

-   Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [`@&#8203;jordens](https://togithub.com/jordens))`

### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60)

[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60)

-   Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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/rust-lang/cargo).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
bors committed Jun 3, 2024
2 parents 8114c9a + 1d41248 commit 43984e8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 31 deletions.
74 changes: 44 additions & 30 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sha1 = "0.10.6"
sha2 = "0.10.8"
shell-escape = "0.1.5"
supports-hyperlinks = "3.0.0"
snapbox = { version = "0.6.7", features = ["diff", "dir", "term-svg", "regex"] }
snapbox = { version = "0.6.5", features = ["diff", "dir", "term-svg", "regex"] }
tar = { version = "0.4.40", default-features = false }
tempfile = "3.10.1"
thiserror = "1.0.59"
Expand Down

0 comments on commit 43984e8

Please sign in to comment.