Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate toml to 0.7.1 (#1755)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [toml](https://github.com/toml-rs/toml) | dependencies | minor | `0.5.11` -> `0.7.1` |

---

### Release Notes

<details>
<summary>toml-rs/toml</summary>

### [`v0.7.1`](toml-rs/toml@toml-v0.7.0...toml-v0.7.1)

[Compare Source](toml-rs/toml@toml-v0.7.0...toml-v0.7.1)

### [`v0.7.0`](toml-rs/toml@toml-v0.6.0...toml-v0.7.0)

[Compare Source](toml-rs/toml@toml-v0.6.0...toml-v0.7.0)

### [`v0.6.0`](toml-rs/toml@toml-v0.5.11...toml-v0.6.0)

[Compare Source](toml-rs/toml@toml-v0.5.11...toml-v0.6.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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1755
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
3 people authored and crapStone committed Feb 2, 2023
1 parent a21127b commit 574dc4d
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
thiserror = "1.0.38"
tokio = { version = "1.24.2", features = ["fs", "io-util"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
toml = { version = "0.7.1", features = ["preserve_order"] }

types = { path = "../types/" }

Expand Down
64 changes: 58 additions & 6 deletions frontend/src-tauri/Cargo.lock

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

47 changes: 45 additions & 2 deletions webserver/Cargo.lock

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

0 comments on commit 574dc4d

Please sign in to comment.