diff --git a/Cargo.lock b/Cargo.lock index fd448fd..77208aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6677,9 +6677,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..aacedd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ csvs_convert = { version = "0.12.1", features = ["converters", "parquet"] } tokio = { version = "1", features = ["full"] } anyhow = { version = "1.0" } thiserror = "2.0.14" -regex = "1.11.1" +regex = "1.11.2" chrono = { version = "0.4", default-features = false } rand = "0.9.2" mimalloc = "0.1.47"