Skip to content

Commit

Permalink
Merge pull request #1328 from zowe/update-daemon-dependencies
Browse files Browse the repository at this point in the history
Update daemon dependencies
  • Loading branch information
awharn authored Mar 2, 2022
2 parents 526887c + 6f30592 commit 88e1aa8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
106 changes: 53 additions & 53 deletions zowex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions zowex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zowe"
version = "0.7.1"
version = "0.7.2"
authors = ["Zowe Project"]
edition = "2018"
license = "EPL-2.0"
Expand All @@ -14,9 +14,9 @@ base64 = "0.13.0"
home = "0.5.3"
pathsearch = "0.2.0"
rpassword = "5.0.1"
serde = { version = "1.0.130", features = ["derive"]}
serde_json = "1.0.69"
sysinfo = "0.22.5"
serde = { version = "1.0.136", features = ["derive"]}
serde_json = "1.0.79"
sysinfo = "0.23.5"
whoami = "1.2.1"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 88e1aa8

Please sign in to comment.