Skip to content

Commit

Permalink
Upgrade dependencies where available
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jun 13, 2024
1 parent da0d028 commit fb98ecb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions zspell-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ cfg-if = "1.0"
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
hex = "0.4"
indicatif = "0.17"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
sha1 = "0.10.6"
stringmetrics = "2.2"
termcolor = "1.4.1"
anyhow = "1.0.80"
anyhow = "1.0.86"
zspell = { path = "../zspell", version = "0.5.3", features = ["zspell-unstable"] }
ureq = { version = "2.9.6", features = ["json"] }
ureq = { version = "2.9.7", features = ["json"] }
zspell-index = "0.5.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions zspell-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ doc = false

[dependencies]
regex = "1.10"
pyo3 = { version = "0.20.3", features = ["extension-module"] }
pyo3 = { version = "0.21.2", features = ["extension-module"] }
zspell = { path = "../zspell" }

[build-dependencies]
pyo3-build-config = "0.20.3"
pyo3-build-config = "0.21.2"

[package.metadata.release]
shared-version = true
10 changes: 5 additions & 5 deletions zspell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ path = "src/lib.rs"
# Base dependencies
cfg-if = "1.0"
dirs = "5.0.1"
hashbrown = "0.14.3"
itertools = "0.12.1"
hashbrown = "0.14.5"
itertools = "0.13.0"
lazy_static = "1.4"
regex = "1.10"
stringmetrics = "2.2.2"
Expand All @@ -44,11 +44,11 @@ pretty_assertions = "1.4"
tempfile = "3.10"
rand = "0.8.5"
test-util = { path = "test-util" }
indoc = "2.0.4"
indoc = "2.0.5"

[build-dependencies]
autocfg = "1.1.0"
indoc = "2.0.4"
autocfg = "1.3.0"
indoc = "2.0.5"

[features]
unstable-suggestions = []
Expand Down

0 comments on commit fb98ecb

Please sign in to comment.