diff --git a/Cargo.lock b/Cargo.lock index f739947f..cb49f1aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,7 +923,7 @@ dependencies = [ "pyo3", "pyo3-build-config", "rand", - "regex-syntax 0.7.5", + "regex-syntax 0.8.1", "syn 2.0.38", "tokio", "url", diff --git a/Cargo.toml b/Cargo.toml index 8c86b565..556450cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ async-trait = "0.1" futures = "0.3" object_store = { version = "0.7.0", features = ["aws", "gcp", "azure"] } parking_lot = "0.12" -regex-syntax = "0.7.1" +regex-syntax = "0.8.1" syn = "2.0.37" url = "2.2"