Skip to content

Commit a737902

Browse files
dongpingxacrnsi-robot
authored andcommitted
misc: upgrade two dependencies for acrn-configurator
upgrade openssl to 0.10.72 upgrade tokio to 1.43.1 Tracked-On: #8768 Signed-off-by: DongpingX Wu <[email protected]>
1 parent 27aee66 commit a737902

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

misc/config_tools/configurator/packages/configurator/src-tauri/Cargo.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

misc/config_tools/configurator/packages/configurator/src-tauri/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ rust-version = "1.57"
1515
tauri-build = { version = "1.5.2", features = [] }
1616

1717
[dependencies]
18-
openssl = "0.10.66" # fix vulnerability only
18+
openssl = "0.10.72" # fix vulnerability only
1919
idna = "=1.0.0" # fix vulnerability only
2020
url = "=2.5.1" # fix vulnerability only
21+
tokio = "=1.43.1" # fix vulnerability only
2122
serde_json = "1.0.81"
2223
serde = { version = "1.0.137", features = ["derive"] }
2324
tauri = { version = "1.6.7", features = ["api-all", "devtools"] }

0 commit comments

Comments
 (0)