Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1515)
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 |
|---|---|---|---|
| [gimli](https://togithub.com/gimli-rs/gimli) | dependencies | patch |
`0.27.1` -> `0.27.2` |
| [terminal_size](https://togithub.com/eminence/terminal-size) |
dependencies | patch | `0.2.3` -> `0.2.5` |

---

### Release Notes

<details>
<summary>gimli-rs/gimli</summary>

###
[`v0.27.2`](https://togithub.com/gimli-rs/gimli/blob/HEAD/CHANGELOG.md#&#8203;0272)

[Compare
Source](https://togithub.com/gimli-rs/gimli/compare/0.27.1...0.27.2)

Released 2023/02/15.

##### Added

-   Added support for tombstones in `read::LineRows`.
    [#&#8203;642](https://togithub.com/gimli-rs/gimli/pull/642)

***

</details>

<details>
<summary>eminence/terminal-size</summary>

###
[`v0.2.5`](https://togithub.com/eminence/terminal-size/releases/tag/v0.2.5)

#### What's Changed

- Update windows-sys requirement from 0.42.0 to 0.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[eminence/terminal-size#49

**Full Changelog**:
eminence/terminal-size@v0.2.3...v0.2.5

(Note `v0.2.4` was published and then immediately yanked due to an
operator error. So `v0.2.5` is the next version after `v0.2.3`)

</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.

👻 **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://app.renovatebot.com/dashboard#github/probe-rs/probe-rs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 15, 2023
1 parent f753de8 commit da588ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 probe-rs-cli-util/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ cargo_metadata = "0.15.3"
dunce = "1.0.3"
sentry = { version = "0.29.3", features = ["anyhow"], optional = true }
simplelog = "0.12.0"
terminal_size = "0.2.3"
terminal_size = "0.2.5"
clap = { version = "4.1", features = ["derive"] }
byte-unit = "4.0.18"
goblin = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion probe-rs/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ bincode = "1.3.3"
bitfield = "0.14.0"
bitvec = "1.0"
enum-primitive-derive = "0.2.2"
gimli = { version = "0.27.1", default-features = false, features = [
gimli = { version = "0.27.2", default-features = false, features = [
"endian-reader",
"read",
"std",
Expand Down

0 comments on commit da588ab

Please sign in to comment.