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 thiserror to 1.0.43 (#1955)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [thiserror](https://github.com/dtolnay/thiserror) | dependencies | patch | `1.0.40` -> `1.0.43` |

---

### Release Notes

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

### [`v1.0.43`](dtolnay/thiserror@1.0.42...1.0.43)

[Compare Source](dtolnay/thiserror@1.0.42...1.0.43)

### [`v1.0.42`](https://github.com/dtolnay/thiserror/releases/tag/1.0.42)

[Compare Source](dtolnay/thiserror@1.0.41...1.0.42)

-   Fix compile error in derived Display impl if there was a nonstandard `write!` macro in scope ([#&#8203;239](dtolnay/thiserror#239))

### [`v1.0.41`](dtolnay/thiserror@1.0.40...1.0.41)

[Compare Source](dtolnay/thiserror@1.0.40...1.0.41)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjExIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1955
Reviewed-by: crapStone <crapstone01@gmail.com>
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 committed Jul 10, 2023
1 parent 519b5fc commit 5f9754e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ lazy_static = "1.4.0"
log = "0.4.19"
serde = { version = "1.0.167", features = ["derive"] }
serde_json = "1.0.100"
thiserror = "1.0.40"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["fs", "io-util"] }
toml = { version = "0.7.5", features = ["preserve_order"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ quick-xml = { version = "0.29.0", features = ["serialize"], optional = true }
regex = { version = "1.8.4", optional = true }
serde = { version = "1.0.167", features = ["derive"] }
serde_json = { version = "1.0.100", optional = true }
thiserror = "1.0.40"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["fs"], optional = true }
wkhtmltopdf = { version = "0.4.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ reqwest = { version = "0.11.18", features = ["deflate", "gzip", "json", "native-
serde = { version = "1.0.167", features = ["derive"] }
serde_json = "1.0.100"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.40"
thiserror = "1.0.43"
tokio = { version = "1.29.1", default-features = false, optional = true }

error-ser = { path = "../error-ser" }
Expand Down
8 changes: 4 additions & 4 deletions frontend/src-tauri/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 frontend/src-wasm/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 webserver/Cargo.lock

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

0 comments on commit 5f9754e

Please sign in to comment.