Skip to content

Commit c152962

Browse files
committed
chore(deps): bump thiserror from 1.0.62 to 1.0.63
1 parent a782a2f commit c152962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-foreach/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repository = "https://github.com/marcfrederick/git-foreach"
1010
[dependencies]
1111
clap = { version = "4.5.9", features = ["derive", "cargo"] }
1212
git-walk = { path = "../git-walk" }
13-
thiserror = "1.0.62"
13+
thiserror = "1.0.63"
1414
rayon = "1.10.0"

git-walk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ repository = "https://github.com/marcfrederick/git-foreach"
99

1010
[dependencies]
1111
ignore = "0.4.22"
12-
thiserror = "1.0.62"
12+
thiserror = "1.0.63"

0 commit comments

Comments
 (0)