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"