Skip to content

Commit 97a3299

Browse files
committed
Update dependencies.
1 parent 866064d commit 97a3299

File tree

3 files changed

+48
-57
lines changed

3 files changed

+48
-57
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ edition = "2018"
99
exclude = ["test_fixture"]
1010

1111
[dependencies]
12-
libc = "0.2.65"
13-
nix = "0.17.0"
12+
libc = "0.2.79"
13+
nix = "0.19.1"
1414

1515
[dev-dependencies]
16-
rand = "0.7.2"
16+
rand = "0.8.3"
1717
sha2 = ">=0.8.0"

echo_server/Cargo.lock

+42-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

echo_server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
edition = "2018"
88

99
[dependencies]
10-
clap = "2.33.0"
11-
libc = "0.2.65"
12-
nix = "0.17.0"
10+
clap = "2.33.3"
11+
libc = "0.2.79"
12+
nix = "0.19.0"
1313
vsock = { path = "../" }

0 commit comments

Comments
 (0)