|
@@ -40,33 +40,33 @@ path = "src/main.rs"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
clap_complete = "4"
|
|
clap_complete = "4"
|
|
-clap = { version = "4.3", features = [ "derive" ] }
|
|
|
|
|
|
+clap = { version = "4.4", features = [ "derive" ] }
|
|
anyhow = "1.0"
|
|
anyhow = "1.0"
|
|
tauri-bundler = { version = "1.4.4", path = "../bundler", default-features = false }
|
|
tauri-bundler = { version = "1.4.4", path = "../bundler", default-features = false }
|
|
colored = "2.0"
|
|
colored = "2.0"
|
|
once_cell = "1"
|
|
once_cell = "1"
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
serde_json = "1.0"
|
|
serde_json = "1.0"
|
|
-notify = "6.0"
|
|
|
|
-notify-debouncer-mini = "0.3"
|
|
|
|
|
|
+notify = "6.1"
|
|
|
|
+notify-debouncer-mini = "0.4"
|
|
shared_child = "1.0"
|
|
shared_child = "1.0"
|
|
-toml_edit = "0.19"
|
|
|
|
-json-patch = "1.0"
|
|
|
|
|
|
+toml_edit = "0.20"
|
|
|
|
+json-patch = "1.2"
|
|
tauri-utils = { version = "1.5.0", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
|
|
tauri-utils = { version = "1.5.0", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
|
|
-toml = "0.7"
|
|
|
|
|
|
+toml = "0.8"
|
|
jsonschema = "0.17"
|
|
jsonschema = "0.17"
|
|
-handlebars = "4.3"
|
|
|
|
|
|
+handlebars = "4.4"
|
|
include_dir = "0.7"
|
|
include_dir = "0.7"
|
|
minisign = "=0.7.5"
|
|
minisign = "=0.7.5"
|
|
-base64 = "0.21.2"
|
|
|
|
-ureq = { version = "2.7", default-features = false, features = [ "gzip" ] }
|
|
|
|
|
|
+base64 = "0.21.4"
|
|
|
|
+ureq = { version = "2.8", default-features = false, features = [ "gzip" ] }
|
|
os_info = "3"
|
|
os_info = "3"
|
|
semver = "1.0"
|
|
semver = "1.0"
|
|
-regex = "1.9.3"
|
|
|
|
|
|
+regex = "1.10.2"
|
|
unicode-width = "0.1"
|
|
unicode-width = "0.1"
|
|
zeroize = "1.6"
|
|
zeroize = "1.6"
|
|
heck = { version = "0.4", features = [ "unicode" ] }
|
|
heck = { version = "0.4", features = [ "unicode" ] }
|
|
-dialoguer = "0.10"
|
|
|
|
|
|
+dialoguer = "0.11"
|
|
url = { version = "2.4", features = [ "serde" ] }
|
|
url = { version = "2.4", features = [ "serde" ] }
|
|
os_pipe = "1"
|
|
os_pipe = "1"
|
|
ignore = "0.4"
|
|
ignore = "0.4"
|