Skip to content

Commit 5cb97d6

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 8b912fb commit 5cb97d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4.22"
2121
pyo3 = "0.24.0"
2222
pyo3-log = "0.12.0"
2323
statrs = "0.18.0"
24-
thiserror = "1.0.64"
24+
thiserror = "2.0.0"
2525

2626
[target.'cfg(target_os = "linux")'.dependencies]
2727
landlock = "0.4.1"

0 commit comments

Comments
 (0)