Skip to content

Commit 838ddbb

Browse files
dependabot[bot]MitMaro
authored andcommitted
Bump thiserror from 1.0.38 to 1.0.43
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.43. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.38...1.0.43) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f94d35a commit 838ddbb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
name = "config"
1616

1717
[dependencies]
18-
thiserror = "1.0.38"
18+
thiserror = "1.0.43"
1919
girt-git = {version = "2.2.0", path = "../../src/git"}
2020
proc-macro2 = "1.0.66" # TODO: remove override of indirect dependency
2121

src/display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "display"
1616

1717
[dependencies]
1818
crossterm = "0.26.1"
19-
thiserror = "1.0.38"
19+
thiserror = "1.0.43"
2020
girt-config = {version = "2.2.0", path = "../config"}
2121

2222
[dev-dependencies]

src/git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ chrono = "0.4.23"
1919
lazy_static = "1.4.0"
2020
parking_lot = "0.12.1"
2121
tempfile = "3.6.0"
22-
thiserror = "1.0.38"
22+
thiserror = "1.0.43"
2323

2424
[dependencies.git2]
2525
version = "=0.15.0"

src/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "../../README.md"
1515
name = "runtime"
1616

1717
[dependencies]
18-
thiserror = "1.0.38"
18+
thiserror = "1.0.43"
1919
crossbeam-channel = "0.5.8"
2020
parking_lot = "0.12.1"
2121

src/todo_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "todo_file"
1616

1717
[dependencies]
1818
tempfile = "3.6.0"
19-
thiserror = "1.0.38"
19+
thiserror = "1.0.43"
2020
version-track = "0.1.0"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)