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.40 (#1830)
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.39` -> `1.0.40` |

---

### Release Notes

<details>
<summary>dtolnay/thiserror</summary>

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

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

-   Update syn dependency to 2.x

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1830
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 Mar 30, 2023
1 parent 365ce55 commit ba38303
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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.17"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["fs", "io-util"] }
toml = { version = "0.7.3", 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.28.1", features = ["serialize"], optional = true }
regex = { version = "1.7.1", optional = true }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = { version = "1.0.94", optional = true }
thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.27.0", 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.16", features = ["deflate", "gzip", "json", "native-
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.27.0", default-features = false, optional = true }

error-ser = { path = "../error-ser" }
Expand Down
10 changes: 5 additions & 5 deletions frontend/src-tauri/Cargo.lock

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

10 changes: 5 additions & 5 deletions frontend/src-wasm/Cargo.lock

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

10 changes: 5 additions & 5 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 ba38303

Please sign in to comment.