Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Oct 30, 2024
1 parent 8b0a8df commit c88c39b
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 53 deletions.
113 changes: 70 additions & 43 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = ["language-models/*"]

[package]
name = "lingua"
version = "1.6.2"
version = "1.7.0"
authors = ["Peter M. Stahl <[email protected]>"]
description = """
An accurate natural language detection library, suitable for short text and mixed-language text
Expand Down Expand Up @@ -59,9 +59,9 @@ include_dir = "0.7.4"
itertools = "0.13.0"
maplit = "1.0.2"
once_cell = "1.20.2"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
regex = "1.11.1"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
strum = "0.26.3"
strum_macros = "0.26.4"
lingua-afrikaans-language-model = { path = "language-models/af", version = "1.1.0", optional = true }
Expand Down Expand Up @@ -144,7 +144,7 @@ lingua-zulu-language-model = { path = "language-models/zu", version = "1.1.0", o
ahash = "0.8.11"
cld2 = { version = "1.0.2", optional = true }
indoc = { version = "2.0.5", optional = true }
pyo3 = { version = "0.22.3", optional = true }
pyo3 = { version = "0.22.5", optional = true }
rayon = "1.10.0"
titlecase = { version = "3.3.0", optional = true }
whatlang = { version = "0.16.4", optional = true }
Expand All @@ -153,7 +153,7 @@ whichlang = { version = "0.1.0", optional = true }
[target.'cfg(target_family = "wasm")'.dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["std", "compile-time-rng"] }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.95"

[dev-dependencies]
float-cmp = "0.10.0"
Expand All @@ -165,7 +165,7 @@ tempfile = "3.13.0"
criterion = "0.5.1"

[target.'cfg(target_family = "wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3.42"
wasm-bindgen-test = "0.3.45"

[features]
default = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[project]
name = "lingua-language-detector"
version = "2.0.2"
version = "2.1.0"
authors = [{name = "Peter M. Stahl", email = "[email protected]"}]
description = "An accurate natural language detection library, suitable for short text and mixed-language text"
readme = "README_PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
maturin == 1.6.0
pytest == 8.2.2
maturin == 1.7.4
pytest == 8.3.3

0 comments on commit c88c39b

Please sign in to comment.