diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 8147488..ae1c9bb --- a/Cargo.lock +++ b/Cargo.lock @@ -3046,18 +3046,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index f6ba452..7ff4a10 --- 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.55" diff --git a/minimap-app/Cargo.toml b/minimap-app/Cargo.toml old mode 100755 new mode 100644 index 7e2ebeb..0dc12b3 --- 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.55" base64 = "0.21.5" paste = "1.0.14" dirs = "5.0.1"