From 81c389636c8e9f72f10dfae0dabd4c7bf403abea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:55:28 +0800 Subject: [PATCH] chore(deps): Bump regex from 1.11.0 to 1.11.1 (#823) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7465a4c9..97898359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3225,9 +3225,9 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb" [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a1e1ff98..8b5bf616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ tokio-stream = "0.1.16" validator = { version = "0.16", features = ["derive"] } warp = "0.3.5" headers = "0.4.0" -regex = "1.11.0" +regex = "1.11.1" humantime = "2.1.0" prost-wkt-types = "0.6" chrono = { version = "0.4.35", features = ["serde", "clock"] }