diff options
| author | 2026-01-16 15:20:47 +0800 | |
|---|---|---|
| committer | 2026-01-16 15:20:47 +0800 | |
| commit | 4777cbb7ef3ba73617d37df48ee6d0b0d026a54b (patch) | |
| tree | 3cea6a58ac2f7a6606a2560cdbcecac1fb2c6ff0 /src-tauri/Cargo.toml | |
| parent | ddf10db485ea125df92d87955f110f46c0c1e7a0 (diff) | |
| download | DropOut-4777cbb7ef3ba73617d37df48ee6d0b0d026a54b.tar.gz DropOut-4777cbb7ef3ba73617d37df48ee6d0b0d026a54b.zip | |
chore: update plugin-dialog dependency versions in Cargo.toml and package.json
Bumped the version of tauri-plugin-dialog in Cargo.toml and @tauri-apps/plugin-dialog in package.json from 2.5.0 to 2.6.0 to incorporate the latest features and improvements.
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5a7cfc8..ab6a063 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -27,7 +27,7 @@ flate2 = "1.0" tar = "0.4" dirs = "5.0" serde_urlencoded = "0.7.1" -tauri-plugin-dialog = "2.5.0" +tauri-plugin-dialog = "2.6.0" tauri-plugin-fs = "2.4.5" [build-dependencies] |