diff --git a/Cargo.lock b/Cargo.lock index 4059cd6..baf6792 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,9 +503,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/math-core/Cargo.toml b/math-core/Cargo.toml index 797d170..c007af0 100644 --- a/math-core/Cargo.toml +++ b/math-core/Cargo.toml @@ -29,7 +29,7 @@ rustc-hash = { workspace = true } [dev-dependencies] insta = { version = "1.41.1", features = ["default", "ron"] } -regex = "1.11.1" +regex = "1.11.2" math-core = { path = ".", features = ["serde"] } minijinja = "2.11.0"