From 4f0f62fb5a795fe6588c76eaa507b4fbc8f2251d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:50:50 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6086ce2..6728bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ deltalake = { version = "0.17", default-features = false, features = ["datafusio futures = "0.3" glob = "0.3" object_store = { version = "0.9", features = ["aws", "gcp"] } -regex = "1.10" +regex = "1.10.4" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } url = "2.5"