From 3715f618f95ebeda2b969f7729828e40e83e0994 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:24:07 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8177c0ef..a97b4d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ futures-util = { version = "0.3.0", default-features = false, features = ["io", indexmap = "1.6.2" once_cell = "1.7.2" pin-project-lite = "0.2.6" -regex = "1.4.5" +regex = "1.5.5" serde = { version = "1.0.125", features = ["derive"] } serde_json = "1.0.64" thiserror = "1.0.24"