Skip to content

Commit

Permalink
deps: bump qsv_docopt from 1.5 to 1.6; strsim from 0.10 to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 8, 2024
1 parent f49b89b commit 0a493af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ polars = { version = "0.36", features = [
], optional = true }
pyo3 = { version = "0.20", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.10"
qsv_docopt = "1.5"
qsv_docopt = "1.6"
qsv-stats = "0.12"
qsv_currency = { version = "0.6", optional = true }
qsv-sniffer = { version = "0.10", default-features = false, features = [
Expand Down Expand Up @@ -197,7 +197,7 @@ simple-home-dir = { version = "0.2", features = [
], optional = true }
smartstring = { version = "1", optional = true }
snap = "1"
strsim = { version = "0.10", optional = true }
strsim = { version = "0.11", optional = true }
strum = { version = "0.25", features = ["phf"] }
strum_macros = "0.25"
sysinfo = "0.30"
Expand Down

0 comments on commit 0a493af

Please sign in to comment.