Skip to content

Commit

Permalink
chore: update tauri dependencies (ChatGPTNextWeb#4018)
Browse files Browse the repository at this point in the history
* feat: bump version

* feat: bump version

* chore: update tauri dependencies
fred-bf authored Feb 7, 2024
1 parent 47ae874 commit bfefb99
Showing 3 changed files with 545 additions and 82 deletions.
619 changes: 541 additions & 78 deletions src-tauri/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.3.0", features = [] }
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.3.0", features = [
tauri = { version = "1.5.4", features = [
"notification-all",
"fs-all",
"clipboard-all",
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -86,8 +86,8 @@
}
},
"security": {
"dangerousUseHttpScheme": true,
"csp": null
"csp": null,
"dangerousUseHttpScheme": true
},
"updater": {
"active": true,

0 comments on commit bfefb99

Please sign in to comment.