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"