From 7fb1651b312e620fafa5cbe2564e5c86d477b458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:28:30 +0000 Subject: [PATCH] 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](https://github.com/dtolnay/thiserror/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- minimap-app/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml mode change 100755 => 100644 minimap-app/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 8147488..c13e628 --- a/Cargo.lock +++ b/Cargo.lock @@ -3046,18 +3046,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index f6ba452..b44b1fb --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ members = [ [workspace.dependencies] minimap-core = { path = "minimap-core" } -thiserror = "1.0.50" +thiserror = "1.0.53" diff --git a/minimap-app/Cargo.toml b/minimap-app/Cargo.toml old mode 100755 new mode 100644 index 7e2ebeb..a299d63 --- a/minimap-app/Cargo.toml +++ b/minimap-app/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.5.2", features = [] } minimap-core.workspace = true slotmap = "1.0.7" -thiserror = "1.0.50" +thiserror = "1.0.53" base64 = "0.21.5" paste = "1.0.14" dirs = "5.0.1"