From 291175dc9a519bd1aa89dc6ec5395f235b31a14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:44:58 +0000 Subject: [PATCH] Bump regex-syntax from 0.6.26 to 0.6.27 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.26 to 0.6.27. - [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/commits) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- shared/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1e3bfd..213b7f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,9 +1772,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.26" +version = "0.6.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" +checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remove_dir_all" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 28faed1..5c1ef9e 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.58" serde = { version = "1.0.144", features = [ "rc" ] } serde_derive = "1.0.137" lalrpop-util = "0.19.8" -regex-syntax = "0.6.26" +regex-syntax = "0.6.27" lazy_static = "1.4.0" chrono = { version = "0.4.19", features = [ "serde" ] }