replace thiserror-no-std with thiserror (#12432)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Steven
2024-11-29 03:41:39 -06:00
committed by GitHub
parent 88bde87f70
commit 37dca23402
6 changed files with 51 additions and 73 deletions

View File

@ -523,8 +523,7 @@ shellexpand = "3.0.0"
smallvec = "1"
strum = { version = "0.26", default-features = false }
syn = "2.0"
thiserror = "1.0"
thiserror-no-std = { version = "2.0.2", default-features = false }
thiserror = { version = "2.0.0", default-features = false }
tracing = "0.1.0"
tracing-appender = "0.2"
url = "2.3"