Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 9d07720 commit abebe12
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion git-mit-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "A command for enabling and disabling git lints"
[dependencies]
mit-lint = "3.2.9"
shell-words = "1.1.0"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
git2 = "0.19.0"
openssl = { version = "0.10.68", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion git-mit-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
which = "7.0.1"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
clap_complete = "4.5.42"
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
Expand Down
2 changes: 1 addition & 1 deletion git-mit-relates-to/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
clap_complete = "4.5.42"
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
Expand Down
2 changes: 1 addition & 1 deletion git-mit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/PurpleBooth/git-mit"
[dependencies]
shell-words = "1.1.0"
indoc = "2.0.5"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
clap_complete = "4.5.42"
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
Expand Down
2 changes: 1 addition & 1 deletion mit-commit-message-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "Check the correctness of a specific commit message. Designed to b
shell-words = "1.1.0"
time = { version = "0.3.37", features = ["local-offset"] }
glob = "0.3.2"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
git2 = "0.19.0"
openssl = { version = "0.10.68", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion mit-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../README.md"
repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
thiserror = "1.0.69"
thiserror = "2.0.0"
tokio = { version = "1.43.0", features = ["full"] }
mit-lint = "3.2.9"
clap_complete = "4.5.42"
Expand Down
2 changes: 1 addition & 1 deletion mit-pre-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
time = "0.3.37"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
clap_complete = "4.5.42"
clap = { version = "4.5.26", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
Expand Down
2 changes: 1 addition & 1 deletion mit-prepare-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/PurpleBooth/git-mit"

[dependencies]
tinytemplate = "1.2.1"
thiserror = "1.0.69"
thiserror = "2.0.0"
miette = { version = "7.4.0", features = [ "fancy" ] }
shell-words = "1.1.0"
clap_complete = "4.5.42"
Expand Down

0 comments on commit abebe12

Please sign in to comment.