Bump thiserror to v2.0.0 (#3596)

This commit is contained in:
Paolo Barbolini
2024-11-26 20:01:33 +01:00
committed by GitHub
parent 4fac945d5a
commit 3e8952b0d4
5 changed files with 60 additions and 40 deletions

View File

@@ -64,7 +64,7 @@ num-bigint = { version = "0.4.3", optional = true }
once_cell = "1.9.0"
smallvec = { version = "1.7.0", features = ["serde"] }
stringprep = "0.1.2"
thiserror = "1.0.35"
thiserror = "2.0.0"
tracing = { version = "0.1.37", features = ["log"] }
whoami = { version = "1.2.1", default-features = false }