Skip to content

Commit

Permalink
Bump thiserror from 1.0.50 to 1.0.53
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 26e8bcc commit 47c07c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion minimap-app/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.2", features = [] }
minimap-core = { path = "../minimap-core" }
slotmap = "1.0.7"
thiserror = "1.0.50"
thiserror = "1.0.53"
base64 = "0.21.5"
paste = "1.0.14"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion minimap-core/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git = ["dep:git2"]

[dependencies]
sha2 = "0.10.8"
thiserror = "1.0.50"
thiserror = "1.0.53"
git2 = { version = "0.18.1", optional = true }
indexmap = "2.1.0"

Expand Down

0 comments on commit 47c07c4

Please sign in to comment.