From e2cdb2ad75992b1d93cd051fc53c053c6291b2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:36:45 +0000 Subject: [PATCH] chore(deps): bump regex from 1.10.3 to 1.10.6 Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 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.3...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b035bf4ed..2305c0326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,9 +2529,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 0c19cbd55..6c48f1964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ ed25519-zebra = { version = "4.0", default-features = false, features = [ "std", hex = { version = "0.4", default-features = false, optional = true } hyper = { version = "0.14", default-features = false, features = [ "server", "tcp", "stream" ], optional = true } rand = { version = "0.8", default-features = false, features = [ "std" ], optional = true } -regex = { version = "1.7", default-features = false, features = [ "std" ], optional = true } +regex = { version = "1.10", default-features = false, features = [ "std" ], optional = true } rust-argon2 = { version = "2.0.0", default-features = false, optional = true } serde_urlencoded = { version = "0.7", default-features = false, optional = true } tower = { version = "0.4", default-features = false, optional = true }