Skip to content

Commit

Permalink
Upgrade thiserror from v1 to v2.
Browse files Browse the repository at this point in the history
We don't want to bloat our wheels with two different major versions of the same library.
  • Loading branch information
obi1kenobi committed Dec 4, 2024
1 parent 8b13016 commit f5dcf3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sonic-rs = "0.3.14"
tempfile = "3.13.0"
thiserror = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7.12"
ureq = "2.10.1"
Expand Down

0 comments on commit f5dcf3e

Please sign in to comment.