Skip to content

Commit bbcb1b0

Browse files
committed
Update dependencies to latest compatible versions
1 parent fe24997 commit bbcb1b0

2 files changed

Lines changed: 64 additions & 64 deletions

File tree

rust/Cargo.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ name = "_rustgrimp"
88
crate-type = ["cdylib", "rlib"]
99

1010
[dependencies]
11-
rayon = "1.10"
11+
rayon = "1.11"
1212
bimap = "0.6.3"
1313
slotmap = "1.0.7"
14-
getset = "0.1.3"
14+
getset = "0.1.6"
1515
derive-new = "0.7.0"
1616
string-interner = "0.18.0"
17-
thiserror = "2.0.11"
17+
thiserror = "2.0.16"
1818
itertools = "0.14.0"
1919
tap = "1.0.1"
20-
rustc-hash = "2.1.0"
21-
indexmap = "2.7.1"
22-
regex = "1.11.1"
20+
rustc-hash = "2.1.1"
21+
indexmap = "2.11.0"
22+
regex = "1.11.2"
2323
const_format = "0.2.34"
2424
ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.10" }
2525
ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.10" }
@@ -31,12 +31,12 @@ unindent = "0.2.4"
3131
encoding_rs = "0.8.35"
3232

3333
[dependencies.pyo3]
34-
version = "0.24.1"
34+
version = "0.24.2"
3535

3636
[features]
3737
extension-module = ["pyo3/extension-module"]
3838
default = ["extension-module"]
3939

4040
[dev-dependencies]
4141
parameterized = "2.0.0"
42-
42+
serde_json = "1.0.143"

0 commit comments

Comments
 (0)