diff --git a/Cargo.lock b/Cargo.lock index 8daa326..9223f05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/math-core-cli/Cargo.toml b/math-core-cli/Cargo.toml index b23d68c..970301f 100644 --- a/math-core-cli/Cargo.toml +++ b/math-core-cli/Cargo.toml @@ -12,7 +12,7 @@ name = "mathcore" path = "src/main.rs" [dependencies] -clap = { version = "4.5.49", features = ["derive"] } +clap = { version = "4.5.51", features = ["derive"] } math-core = { path = "../math-core", features = ["serde"] } memchr = "2.7.6" phf = { version = "0.13.1", features = ["macros"] }