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

Commit 580b8ab

Browse files
committed
Update log4rs
Signed-off-by: Joseph Livesey <joseph.livesey@btp.works>
1 parent 409703a commit 580b8ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

families/block_info/sawtooth_block_info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sawtooth-sdk = "0.3"
5454
rust-crypto = "0.2"
5555
rustc-serialize = "0.3"
5656
log = "0.4"
57-
log4rs = "0.8"
57+
log4rs = "1.2.0"
5858

5959
[build-dependencies]
6060
protoc-rust = "2.0"

families/identity/sawtooth_identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sabre-sdk = "0.3"
3636

3737
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3838
log = "0.4"
39-
log4rs = "0.8"
39+
log4rs = "1.2.0"
4040
rust-crypto = "0.2"
4141
rustc-serialize = "0.3"
4242
sawtooth-sdk = "0.3"

families/settings/sawtooth_settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sabre-sdk = "0.3"
5353
sawtooth-sdk = "0.3"
5454
rust-crypto = "0.2"
5555
rustc-serialize = "0.3"
56-
log4rs = "0.8"
56+
log4rs = "1.2.0"
5757

5858

5959
[build-dependencies]

families/smallbank/smallbank_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rustc-serialize = "0.3"
3131
clap = "2"
3232
protobuf = "2.0"
3333
log = "0.4"
34-
log4rs = "0.8"
34+
log4rs = "1.2.0"
3535

3636
[build-dependencies]
3737
protoc-rust = "2.0"

0 commit comments

Comments
 (0)