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

Commit 81d9494

Browse files
Calciumdibromid Botcabr2-bot
authored and
crapStone
committed
Update Rust crate regex to 1.7.3 (#1827)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [regex](https://github.com/rust-lang/regex) | dependencies | patch | `1.7.1` -> `1.7.3` | --- ### Release Notes <details> <summary>rust-lang/regex</summary> ### [`v1.7.3`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;173-2023-03-24) [Compare Source](rust-lang/regex@1.7.2...1.7.3) \================== This is a small release that fixes a bug in `Regex::shortest_match_at` that could cause it to panic, even when the offset given is valid. Bug fixes: - [BUG #&#8203;969](rust-lang/regex#969): Fix a bug in how the reverse DFA was called for `Regex::shortest_match_at`. ### [`v1.7.2`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;172-2023-03-21) [Compare Source](rust-lang/regex@1.7.1...1.7.2) \================== This is a small release that fixes a failing test on FreeBSD. Bug fixes: - [BUG #&#8203;967](rust-lang/regex#967): Fix "no stack overflow" test which can fail due to the small stack size. </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMiJ9--> Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1827 Reviewed-by: crapStone <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
1 parent f283b7f commit 81d9494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/load_save/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy_static = "1.4.0"
1717
log = "0.4.17"
1818
lopdf = { version = "0.30.0", optional = true }
1919
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
20-
regex = { version = "1.7.1", optional = true }
20+
regex = { version = "1.7.3", optional = true }
2121
serde = { version = "1.0.160", features = ["derive"] }
2222
serde_json = { version = "1.0.95", optional = true }
2323
thiserror = "1.0.40"

crates/search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures = { version = "0.3.28", optional = true }
1818
lazy_static = "1.4.0"
1919
log = "0.4.17"
2020
quick-xml = { version = "0.28.1", optional = true, features = ["serialize"] }
21-
regex = { version = "1.7.1", optional = true }
21+
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"] }
2424
serde_json = "1.0.95"

0 commit comments

Comments
 (0)