diff --git a/Cargo.lock b/Cargo.lock index 11fb906..dde9708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b48cce0..d1a23b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ id3 = { version = "1.13.1", default-features = false } lazy_static = "1.4.0" once_cell = "1.19.0" rand = "0.8.5" -regex = "1.10.3" +regex = "1.10.4" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" toml = "0.8.11"