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 quick-xml to 0.26.0 (#1601)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [quick-xml](https://github.com/tafia/quick-xml) | dependencies | minor | `0.25.0` -> `0.26.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTAifQ==-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1601
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 Oct 23, 2022
1 parent 00d4410 commit 9e49b28
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ handlebars = { version = "4.3.5", optional = true }
lazy_static = "1.4.0"
log = "0.4.17"
lopdf = { version = "0.27.0", optional = true }
quick-xml = { version = "0.25.0", features = ["serialize"], optional = true }
quick-xml = { version = "0.26.0", features = ["serialize"], optional = true }
regex = { version = "1.6.0", optional = true }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = { version = "1.0.87", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ error-ser = { path = "../error-ser" }
futures = { version = "0.3.25", optional = true }
lazy_static = "1.4.0"
log = "0.4.17"
quick-xml = { version = "0.25.0", optional = true, features = ["serialize"] }
quick-xml = { version = "0.26.0", optional = true, features = ["serialize"] }
regex = { version = "1.6.0", optional = true }
reqwest = { version = "0.11.12", features = ["json", "native-tls"], default-features = false, optional = true }
serde = { version = "1.0.147", features = ["derive"] }
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.

4 changes: 2 additions & 2 deletions frontend/src-wasm/Cargo.lock

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

4 changes: 2 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 9e49b28

Please sign in to comment.