Upgrade thiserror
to v2.0 (#27117)
This PR upgrades `thiserror` to v2.0. We were still on v1.0, but a number of our dependencies have already moved to v2.0. Release Notes: - N/A
This commit is contained in:
parent
7cfd919523
commit
930dba4a7f
2 changed files with 23 additions and 23 deletions
|
@ -535,7 +535,7 @@ sys-locale = "0.3.1"
|
|||
sysinfo = "0.31.0"
|
||||
take-until = "0.2.0"
|
||||
tempfile = "3.9.0"
|
||||
thiserror = "1.0.29"
|
||||
thiserror = "2.0.12"
|
||||
tiktoken-rs = "0.6.0"
|
||||
time = { version = "0.3", features = [
|
||||
"macros",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue