diff --git a/Cargo.lock b/Cargo.lock index ccd029f..bfec60e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.2" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" +checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" dependencies = [ "clap_builder", "clap_derive", @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.0" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" +checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" dependencies = [ "heck", "proc-macro2", @@ -1014,9 +1014,9 @@ dependencies = [ [[package]] name = "heck" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index cacd616..0af2884 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -19,7 +19,7 @@ serde = "1.0.197" serde_json = "1.0.114" tantivy = "0.21.1" rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]} -clap = { version = "4.5.2", features = ["derive"]} +clap = { version = "4.5.3", features = ["derive"]} mwp-content = { path="../mwp-content" } mwp-search = { path="../mwp-search" }