Merge branch 'main' of github.com:hoppscotch/hoppscotch

This commit is contained in:
Gusram
2024-12-04 16:39:53 +08:00
543 changed files with 50313 additions and 17422 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "24.7.0"
version = "24.11.0"
description = "A Tauri App"
authors = ["you"]
license = ""
@@ -10,10 +10,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.5.0", features = [] }
tauri-build = { version = "1.5.5", features = [] }
[dependencies]
tauri = { version = "1.5.3", features = [
tauri = { version = "1.8.1", features = [
"dialog-save",
"fs-write-file",
"http-all",
@@ -21,21 +21,27 @@ tauri = { version = "1.5.3", features = [
"shell-open",
"window-start-dragging",
"http-multipart",
"devtools"
] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = { git = "https://github.com/FabianLars/tauri-plugin-deep-link", branch = "main" }
tauri-plugin-websocket = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-window-state = "0.1.0"
reqwest = { version = "0.11.22", features = ["native-tls"] }
serde_json = "1.0.108"
url = "2.5.0"
hex_color = "3.0.0"
time = "0.3.36"
serde = { version = "1.0.203", features = ["derive"] }
tauri-plugin-window-state = "0.1.1"
hoppscotch-relay = { path = "../../hoppscotch-relay" }
serde_json = "1.0.128"
url = "2.5.2"
hex_color = "3.0.0"
serde = { version = "1.0.210", features = ["derive"] }
dashmap = "5.5.3"
tokio = { version = "1.38.0", features = ["macros"] }
tokio-util = "0.7.11"
tokio = { version = "1.40.0", features = ["macros"] }
tokio-util = "0.7.12"
log = "0.4.22"
thiserror = "1.0.64"
[dev-dependencies]
tauri = { version = "1.8.1", features = ["devtools", "test"] }
env_logger = "0.11.5"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25.0"