chore(deps): update thiserror requirement from 1.0.43 to 2.0.0 in /crates/cli

This commit is contained in:
dependabot[bot] 2024-11-07 23:36:21 +00:00 committed by GitHub
parent 6aa900671e
commit f66b33f113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ browser = ["dep:webbrowser"]
[dependencies]
# Core Dependencies
thiserror = "1.0.43"
thiserror = "2.0.0"
clap = { version = "4.5.4", default-features = false, features = ["derive"] }
gamedig = { version = "*", path = "../lib", default-features = false, features = [
"clap",