Skip to content

Commit

Permalink
chore(deps): update thiserror requirement from 1.0.43 to 2.0.0 in /cr…
Browse files Browse the repository at this point in the history
…ates/cli
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 6aa9006 commit f66b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f66b33f

Please sign in to comment.