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.33 (#1531)
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.32` -> `1.0.33` |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: Epsilon_02 <epsilon_02+codeberg@mailbox.org>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1531
Reviewed-by: Epsilon_02 <epsilon_02@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 Epsilon_02 committed Aug 31, 2022
1 parent 0255f4b commit 8726c30
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.17"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["fs", "io-util"] }
toml = { version = "0.5.9", features = ["preserve_order"] }
types = { path = "../types/" }
Expand Down
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ quick-xml = { version = "0.23.0", features = ["serialize"], optional = true }
regex = { version = "1.6.0", optional = true }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0.85", optional = true }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["fs"], optional = true }
types = { path = "../types/", features = ["lock"] }
wkhtmltopdf = { version = "0.4.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.11", features = ["json", "native-tls"], default-feat
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", default-features = false, optional = true }
types = { path = "../types/", features = ["lock"] }

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 8726c30

Please sign in to comment.