From 2aae8e6382c1ada5f12543ee3ebe47ce56716706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:44:10 +0000 Subject: [PATCH] Bump regex from 1.6.0 to 1.7.1 (#7833) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 091c01ac2d..dd39329bc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4186,9 +4186,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 91b2cf3d78..c21e2ef6d8 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -75,7 +75,7 @@ powierza-coefficient = "1.0.2" quick-xml = "0.27" rand = "0.8" rayon = "1.5.1" -regex = "1.6.0" +regex = "1.7.1" reqwest = { version = "0.11", features = ["blocking", "json"] } roxmltree = "0.16.0" rust-embed = "6.3.0"