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

Commit 51fd92e

Browse files
Calciumdibromid Botcabr2-botcrapStonecrapStone
committed
Update Rust crate quick-xml to 0.28.2 (#1862)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quick-xml](https://github.com/tafia/quick-xml) | dependencies | patch | `0.28.1` -> `0.28.2` | --- ### Release Notes <details> <summary>tafia/quick-xml</summary> ### [`v0.28.2`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#&#8203;0282----2023-04-12) [Compare Source](tafia/quick-xml@v0.28.1...v0.28.2) ##### New Features - [#&#8203;581]: Allow `Deserializer` to set `quick_xml::de::EntityResolver` for resolving unknown entities that would otherwise cause the parser to return an \[`EscapeError::UnrecognizedSymbol`] error. ##### Misc Changes - [#&#8203;584]: Export `EscapeError` from the crate - [#&#8203;581]: Relax requirements for `unsescape_*` set of functions -- their now use `FnMut` instead of `Fn` for `resolve_entity` parameters, like `Iterator::map` from `std`. [#&#8203;581]: tafia/quick-xml#581 [#&#8203;584]: tafia/quick-xml#584 </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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDEuMCJ9--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Co-authored-by: crapStone <crapstone@noreply.codeberg.org> Co-authored-by: crapStone <crapstone01@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1862 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>
1 parent f47479f commit 51fd92e

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

crates/load_save/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ handlebars = { version = "4.3.6", optional = true }
1616
lazy_static = "1.4.0"
1717
log = "0.4.17"
1818
lopdf = { version = "0.30.0", optional = true }
19-
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
19+
quick-xml = { version = "0.28.2", features = ["serialize"], optional = true }
2020
regex = { version = "1.7.3", optional = true }
2121
serde = { version = "1.0.160", features = ["derive"] }
2222
serde_json = { version = "1.0.96", optional = true }

crates/search/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env_logger = { version = "0.10.0", optional = true }
1717
futures = { version = "0.3.28", optional = true }
1818
lazy_static = "1.4.0"
1919
log = "0.4.17"
20-
quick-xml = { version = "0.28.1", optional = true, features = ["serialize"] }
20+
quick-xml = { version = "0.28.2", optional = true, features = ["serialize"] }
2121
regex = { version = "1.7.3", optional = true }
2222
reqwest = { version = "0.11.16", features = ["deflate", "gzip", "json", "native-tls"], default-features = false, optional = true }
2323
serde = { version = "1.0.160", features = ["derive"] }

frontend/src-tauri/Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-wasm/Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)