Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 2055292

Browse files
committed
Update battleship dependencies
Signed-off-by: Joseph Livesey <joseph.livesey@btp.works>
1 parent f42193e commit 2055292

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

families/battleship/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ name = "battleship-cli"
2929
path = "src/bin/cli.rs"
3030

3131
[dependencies]
32-
base64 = "0.10"
32+
base64 = "0.21.0"
3333
clap = "2"
34-
config = "0.9"
35-
dirs = "2"
34+
config = "0.13.3"
35+
dirs = "4.0.0"
3636
failure = "0.1"
37-
json = "0.11"
37+
json = "0.12.4"
3838
log = "0.4"
39-
log4rs = "0.8"
40-
prettytable-rs = "0.8"
41-
protobuf = "2.0"
39+
log4rs = "1.2.0"
40+
prettytable-rs = "0.10.0"
41+
protobuf = "2.27.1"
4242
rand = "0.6"
4343
reqwest = "0.9"
4444
rust-crypto = "0.2"
45-
sawtooth-sdk = "0.3"
45+
sawtooth-sdk = "0.5.2"
4646
serde = "1.0"
4747
serde_derive = "1.0"
4848
serde_json = "1.0"
49-
users = "0.9"
49+
users = "0.11.0"

0 commit comments

Comments
 (0)