summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-20 00:17:33 +0000
committerTim Oram <dev@mitmaro.ca>2022-12-20 09:00:25 -0330
commit936fcbb3d97bc9091c4613adfe1601be3b9f5cae (patch)
tree1dc16b43d453df5cf3d5ac162e4f1a13798e5d58 /src/display
parent4895dc1e3e85445898d20363369d71da6b679493 (diff)
Bump thiserror from 1.0.37 to 1.0.38
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/display')
-rw-r--r--src/display/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 5625f20..83350a4 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -16,7 +16,7 @@ name = "display"
[dependencies]
crossterm = "0.25.0"
-thiserror = "1.0.37"
+thiserror = "1.0.38"
girt-config = {version = "2.2.0", path = "../config"}
[dev-dependencies]