Skip to content

Commit b9fb751

Browse files
Bump tauri from 1.5.2 to 1.5.4
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.5.2 to 1.5.4. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v1.5.2...tauri-v1.5.4) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e27ddbb commit b9fb751

File tree

2 files changed

+127
-35
lines changed

2 files changed

+127
-35
lines changed

Cargo.lock

100755100644
Lines changed: 126 additions & 34 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
@@ -12,7 +12,7 @@ tauri-build = { version = "1.5.0", features = [] }
1212
[dependencies]
1313
serde_json = "1.0"
1414
serde = { version = "1.0", features = ["derive"] }
15-
tauri = { version = "1.5.2", features = [] }
15+
tauri = { version = "1.5.4", features = [] }
1616
minimap-core.workspace = true
1717
slotmap = "1.0.7"
1818
thiserror = "1.0.50"

0 commit comments

Comments
 (0)