diff --git a/Cargo.lock b/Cargo.lock index 1914988af..ce5e50c23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4342,10 +4342,11 @@ dependencies = [ [[package]] name = "qsv_docopt" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c81c56d18a2fe35fc2b17e15bd3184f547fa67140e4529704509a14d57954e" +checksum = "1ea3daf409527575c5bc34b17a26d3006f042185a503f77652c58d591ddc0b96" dependencies = [ + "ahash 0.8.11", "regex", "serde", "strsim 0.11.0", diff --git a/Cargo.toml b/Cargo.toml index daa57b211..b36dc7cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ polars = { version = "0.38", features = [ ], optional = true } pyo3 = { version = "0.20", features = ["auto-initialize"], optional = true } qsv-dateparser = "0.11" -qsv_docopt = "1.6" +qsv_docopt = "1.7" qsv-stats = "0.13" qsv_currency = { version = "0.6", optional = true } qsv-sniffer = { version = "0.10", default-features = false, features = [