Skip to content

Commit ceada84

Browse files
committed
Update Rust crate regex to 1.7.0 (#505)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [regex](https://togithub.com/rust-lang/regex) | dependencies | minor | `1.6.0` -> `1.7.0` | --- ### Release Notes <details> <summary>rust-lang/regex</summary> ### [`v1.7.0`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;170-2022-11-05) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.6.0...1.7.0) \================== This release principally includes an upgrade to Unicode 15. New features: - [FEATURE #&#8203;832](https://togithub.com/rust-lang/regex/issues/916): Upgrade to Unicode 15. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMCJ9-->
1 parent 1a0f361 commit ceada84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kube = { version = "0.76.0", features = ["jsonpatch", "runtime", "derive"] }
1919
lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"
22-
regex = "1.6.0"
22+
regex = "1.7.0"
2323
schemars = "0.8.11"
2424
serde = { version = "1.0.147", features = ["derive"] }
2525
serde_json = "1.0.89"

0 commit comments

Comments
 (0)