Skip to content

Commit 914f8f6

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

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.43"
18+
thiserror = "1.0.44"
1919
girt-git = {version = "2.3.0", path = "../../src/git"}
2020

2121
[dev-dependencies]

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.43"
19+
thiserror = "1.0.44"
2020
girt-config = {version = "2.3.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.26"
1919
lazy_static = "1.4.0"
2020
parking_lot = "0.12.1"
2121
tempfile = "3.7.0"
22-
thiserror = "1.0.43"
22+
thiserror = "1.0.44"
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.43"
18+
thiserror = "1.0.44"
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.7.0"
19-
thiserror = "1.0.43"
19+
thiserror = "1.0.44"
2020
version-track = "0.1.0"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)