Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Oct 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 22807e0 commit 3fff128
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ flume = "0.11"
futures = "0.3"
profiling = "1.0"
pinboard = "2.2"
regex = "1.9"
regex = "1.10"
lazy_static = "1.4"
tracing = "0.1"
enum-iterator = "1.4"
2 changes: 1 addition & 1 deletion crates/components/connections/protocols/midi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ mizer-midi-device-profiles = { path = "device-profiles" }
mizer-util = { path = "../../../../util" }
mizer-message-bus = { path = "../../../../util/bus" }
mizer-midi-messages = { path = "messages" }
regex = "1.9"
regex = "1.10"
lazy_static = "1.4"
profiling = "1"
tracing = "0.1"
2 changes: 1 addition & 1 deletion crates/components/fixtures/commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ mizer-nodes = { path = "../../../runtime/pipeline/nodes" }
mizer-runtime = { path = "../../../runtime" }
mizer-layouts = { path = "../../../runtime/layouts" }
mizer-fixtures = { path = ".." }
regex = "1.9"
regex = "1.10"
lazy_static = "1.4"
test-case = "3.2"
2 changes: 1 addition & 1 deletion crates/projects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ edition = "2021"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
serde_json = "1"
regex = "1.9"
regex = "1.10"
log = "0.4"
lazy_static = "1.4"
anyhow = "1"

0 comments on commit 3fff128

Please sign in to comment.