Skip to content

Commit

Permalink
fix(deps): update rust crate bitflags to 2.5.0 (#16)
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 |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) | dependencies | minor | `2.4.2` -> `2.5.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

### [`v2.5.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#250)

[Compare Source](https://togithub.com/bitflags/bitflags/compare/2.4.2...2.5.0)

#### What's Changed

-   Derive `Debug` for `Flag<B>` by [@&#8203;tgross35](https://togithub.com/tgross35) in [bitflags/bitflags#398
-   Support truncating or strict-named variants of parsing and formatting by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [bitflags/bitflags#400

#### New Contributors

-   [@&#8203;tgross35](https://togithub.com/tgross35) made their first contribution in [bitflags/bitflags#398

**Full Changelog**: bitflags/bitflags@2.4.2...2.5.0

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

---

 - [ ] 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/YuiYukihira/hanabAI).



Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] committed Mar 19, 2024
2 parents a19d12a + 1026ebe commit 6982078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions analytical/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 analytical/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
required-features = [ "tungstenite", "color-eyre", "pretty_env_logger", "serde_json", "serde", "reqwest" ]

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
color-eyre = { version = "0.6.3", optional = true }
log = "0.4.21"
pretty_env_logger = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 6982078

Please sign in to comment.