diff --git a/Cargo.lock b/Cargo.lock index 9014e0ca..ce40c886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,9 +873,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", diff --git a/crates/math-core-cli/Cargo.toml b/crates/math-core-cli/Cargo.toml index 78a04022..f1456e4c 100644 --- a/crates/math-core-cli/Cargo.toml +++ b/crates/math-core-cli/Cargo.toml @@ -21,5 +21,5 @@ math-core = { path = "../math-core", features = ["serde", "ariadne"], version = ariadne = { workspace = true } memchr = { workspace = true } phf = { version = "0.13.1", features = ["macros"] } -toml = "1.0.3" +toml = "1.0.6" serde = { workspace = true }