Skip to content

Commit 7fb1651

Browse files
Bump thiserror from 1.0.50 to 1.0.53
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.53. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.53) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e27ddbb commit 7fb1651

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ members = [
1414

1515
[workspace.dependencies]
1616
minimap-core = { path = "minimap-core" }
17-
thiserror = "1.0.50"
17+
thiserror = "1.0.53"

minimap-app/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
1515
tauri = { version = "1.5.2", features = [] }
1616
minimap-core.workspace = true
1717
slotmap = "1.0.7"
18-
thiserror = "1.0.50"
18+
thiserror = "1.0.53"
1919
base64 = "0.21.5"
2020
paste = "1.0.14"
2121
dirs = "5.0.1"

0 commit comments

Comments
 (0)