@zowe/cli 8.35.1 → 8.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "8.35.1",
3
+ "version": "8.35.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zowe/cli",
9
- "version": "8.35.1",
9
+ "version": "8.35.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "EPL-2.0",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "8.35.1",
4
- "zoweVersion": "v3.5.0",
3
+ "version": "8.35.2",
4
+ "zoweVersion": "v3.6.0",
5
5
  "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
6
6
  "author": "Zowe",
7
7
  "license": "EPL-2.0",
@@ -4,9 +4,9 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "anyhow"
7
- version = "1.0.100"
7
+ version = "1.0.103"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
9
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
10
10
 
11
11
  [[package]]
12
12
  name = "base64"
@@ -56,9 +56,9 @@ dependencies = [
56
56
 
57
57
  [[package]]
58
58
  name = "crossbeam-epoch"
59
- version = "0.9.18"
59
+ version = "0.9.20"
60
60
  source = "registry+https://github.com/rust-lang/crates.io-index"
61
- checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
61
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
62
62
  dependencies = [
63
63
  "crossbeam-utils",
64
64
  ]
@@ -253,13 +253,13 @@ dependencies = [
253
253
 
254
254
  [[package]]
255
255
  name = "rpassword"
256
- version = "7.4.0"
256
+ version = "7.5.2"
257
257
  source = "registry+https://github.com/rust-lang/crates.io-index"
258
- checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
258
+ checksum = "5ac5b223d9738ef56e0b98305410be40fa0941bf6036c56f1506751e43552d64"
259
259
  dependencies = [
260
260
  "libc",
261
261
  "rtoolbox",
262
- "windows-sys 0.59.0",
262
+ "windows-sys 0.61.2",
263
263
  ]
264
264
 
265
265
  [[package]]
@@ -560,15 +560,6 @@ dependencies = [
560
560
  "windows-targets 0.52.6",
561
561
  ]
562
562
 
563
- [[package]]
564
- name = "windows-sys"
565
- version = "0.59.0"
566
- source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
568
- dependencies = [
569
- "windows-targets 0.52.6",
570
- ]
571
-
572
563
  [[package]]
573
564
  name = "windows-sys"
574
565
  version = "0.60.2"
@@ -730,7 +721,7 @@ checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
730
721
 
731
722
  [[package]]
732
723
  name = "zowe"
733
- version = "1.2.6"
724
+ version = "1.2.7"
734
725
  dependencies = [
735
726
  "base64",
736
727
  "fslock",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "zowe"
3
- version = "1.2.6"
3
+ version = "1.2.7"
4
4
  authors = ["Zowe Project"]
5
5
  edition = "2018"
6
6
  license = "EPL-2.0"
@@ -13,7 +13,7 @@ base64 = "0.22.0"
13
13
  home = "0.5.9"
14
14
  is-terminal = "0.4.12"
15
15
  pathsearch = "0.2.0"
16
- rpassword = "7.3.1"
16
+ rpassword = "7.5.2"
17
17
  serde = { version = "1.0.197", features = ["derive"] }
18
18
  serde_json = "1.0.114"
19
19
  simple-error = "0.3.0"
@@ -25,7 +25,12 @@ yansi = "0.5.1"
25
25
 
26
26
  [target.'cfg(windows)'.dependencies]
27
27
  fslock = "0.2.1"
28
- windows-sys = "0.52.0"
28
+ windows-sys = { version = "0.52.0", features = [
29
+ "Win32_Foundation",
30
+ "Win32_Security",
31
+ "Win32_System_Pipes",
32
+ "Win32_System_Threading",
33
+ ] }
29
34
 
30
35
  [dev-dependencies]
31
36
  tokio-test = "0.4.4"
Binary file
Binary file
Binary file