Skip to content

Commit 47c07c4

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 26e8bcc commit 47c07c4

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.

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 = { path = "../minimap-core" }
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"

minimap-core/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git = ["dep:git2"]
1010

1111
[dependencies]
1212
sha2 = "0.10.8"
13-
thiserror = "1.0.50"
13+
thiserror = "1.0.53"
1414
git2 = { version = "0.18.1", optional = true }
1515
indexmap = "2.1.0"
1616

0 commit comments

Comments
 (0)