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

| Package | Type | Update | Change |
|---|---|---|---|
| [regex](https://github.com/rust-lang/regex) | dependencies | patch | `1.7.0` -> `1.7.1` |

---

### Release Notes

<details>
<summary>rust-lang/regex</summary>

### [`v1.7.1`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;171-2023-01-09)

[Compare Source](rust-lang/regex@1.7.0...1.7.1)

\==================
This release was done principally to try and fix the doc.rs rendering for the
regex crate.

Performance improvements:

-   [PERF #&#8203;930](rust-lang/regex#930):
    Optimize `replacen`. This also applies to `replace`, but not `replace_all`.

Bug fixes:

-   [BUG #&#8203;945](rust-lang/regex#945):
    Maybe fix rustdoc rendering by just bumping a new release?

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1711
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 Jan 10, 2023
1 parent 588355e commit 1bf7fca
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 169 deletions.
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
lopdf = { version = "0.29.0", optional = true }
quick-xml = { version = "0.27.1", features = ["serialize"], optional = true }
regex = { version = "1.7.0", optional = true }
regex = { version = "1.7.1", optional = true }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.91", optional = true }
thiserror = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ futures = { version = "0.3.25", optional = true }
lazy_static = "1.4.0"
log = "0.4.17"
quick-xml = { version = "0.27.1", optional = true, features = ["serialize"] }
regex = { version = "1.7.0", optional = true }
regex = { version = "1.7.1", optional = true }
reqwest = { version = "0.11.13", features = ["json", "native-tls"], default-features = false, optional = true }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
Expand Down
66 changes: 11 additions & 55 deletions frontend/src-tauri/Cargo.lock

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

68 changes: 12 additions & 56 deletions frontend/src-wasm/Cargo.lock

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

0 comments on commit 1bf7fca

Please sign in to comment.