mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 15:56:54 +00:00
configurator: update tauri version
update tauri version to 1.4.1 fix security vulnerability for configurator dependent library. Tracked-On: #8445 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
cee2579e35
commit
6ad053fc88
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
|
||||
[dependencies]
|
||||
serde_json = "1.0.81"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
tauri = { version = "1.0.0-rc.10", features = ["api-all", "devtools"] }
|
||||
tauri = { version = "1.4.1", features = ["api-all", "devtools"] }
|
||||
log = "0.4.17"
|
||||
glob = "0.3.0"
|
||||
dirs = "4.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user