From f86923dbf01b60ad58b7a127de20fe6de8d21c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:09:47 +0000 Subject: [PATCH] chore(deps): bump regex from 1.10.5 to 1.10.6 (#218) Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/daktilo/Cargo.toml | 2 +- crates/daktilo_lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcadd96..cba196e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,9 +1110,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/crates/daktilo/Cargo.toml b/crates/daktilo/Cargo.toml index b8fc73c..f60ae82 100644 --- a/crates/daktilo/Cargo.toml +++ b/crates/daktilo/Cargo.toml @@ -24,7 +24,7 @@ path = "src/bin/mangen.rs" [dependencies] clap = { version = "4.5.13", features = ["derive", "env", "wrap_help", "cargo"] } dirs = "5.0.1" -regex = "1.10.5" +regex = "1.10.6" serde_regex = "1.1.0" clap_complete = "4.5.12" clap_mangen = "0.2.23" diff --git a/crates/daktilo_lib/Cargo.toml b/crates/daktilo_lib/Cargo.toml index 1fb7ce6..ece1af5 100644 --- a/crates/daktilo_lib/Cargo.toml +++ b/crates/daktilo_lib/Cargo.toml @@ -24,7 +24,7 @@ rust-embed = { version = "8.5.0", features = ["debug-embed", "compression"] } toml = "0.8.19" fastrand = "2.1.0" dirs = "5.0.1" -regex = "1.10.5" +regex = "1.10.6" serde_regex = "1.1.0" tokio.workspace = true serde.workspace = true