Skip to content

Commit

Permalink
chore(deps): bump regex from 1.10.6 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 5ba3ce8 commit 96ba3b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 iced_examples/application_launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ iced = { workspace = true, features = [
iced_runtime.workspace = true
iced_layershell.workspace = true
gio = "0.20.0"
regex = "1.10.5"
regex = "1.11.0"
xdg = "2.5.2"
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion iced_examples/bottom_panel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ iced = { workspace = true, features = ["image", "svg"] }
iced_runtime.workspace = true
iced_layershell.workspace = true
gio = "0.20.0"
regex = "1.10.5"
regex = "1.11.0"
xdg = "2.5.2"
tracing = "0.1.40"

0 comments on commit 96ba3b4

Please sign in to comment.