Skip to content

Commit dcc6854

Browse files
Update Rust crate thiserror to v2
1 parent c08e8d1 commit dcc6854

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ owned_chars = ">=0.3.2,<0.4"
1414
# TODO: Migrate off py-clone as recommended in
1515
# https://pyo3.rs/v0.27.1/migration.html?highlight=bound#pyclone-is-now-gated-behind-the-py-clone-feature
1616
pyo3 = { version = ">=0.27,<0.28", features = ["num-bigint", "py-clone"] }
17-
thiserror = ">=1.0.37,<2"
17+
thiserror = ">=1.0.37, <3"
1818
utf8-chars = ">=2.0.2,<3"
1919
compact_str = ">=0.7.1,<0.8"
2020
utf8-io = ">=0.16.0,<0.17"

0 commit comments

Comments
 (0)