Skip to content

Commit

Permalink
chore: update log4rs (#4826)
Browse files Browse the repository at this point in the history
Description
---
Finally updates log4rs to remove a vuln in `traitobject`

Motivation and Context
---
https://rustsec.org/advisories/RUSTSEC-2020-0027

How Has This Been Tested?
---
  • Loading branch information
stringhandler authored Oct 19, 2022
1 parent 0eaed67 commit f608a60
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion base_layer/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ futures = { version = "^0.3.1", features = ["compat", "std"] }
libsqlite3-sys = { version = "0.22.2", features = ["bundled"], optional = true }
lmdb-zero = "0.4.4"
log = "0.4.6"
log4rs = { version = "1.0.0", features = ["console_appender", "file_appender", "yaml_format"] }
log4rs = { version = "1.2.0", features = ["console_appender", "file_appender", "yaml_format"] }
rand = "0.7.3"
serde = { version = "1.0.89", features = ["derive"] }
serde_json = "1.0.39"
Expand Down
2 changes: 1 addition & 1 deletion base_layer/wallet_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
futures = { version = "^0.3.1", features =["compat", "std"]}
libc = "0.2.65"
log = "0.4.6"
log4rs = {version = "1.0.0", features = ["console_appender", "file_appender", "yaml_format"]}
log4rs = {version = "1.2.0", features = ["console_appender", "file_appender", "yaml_format"]}
# Needs to be higher than 0.10.41 to address a security issue
openssl = { version = "0.10.41", features = ["vendored"] }
rand = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dirs-next = "1.0.2"
fs2 = "0.4.3"
git2 = { version = "0.8", optional = true }
log = "0.4.8"
log4rs = { version = "1.0.0", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
log4rs = { version = "1.2.0", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
multiaddr = { version = "0.14.0" }
path-clean = "0.1.0"
prost-build = { version = "0.9.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/libtor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tari_shutdown = { version = "^0.38", path = "../shutdown"}

derivative = "2.2.0"
log = "0.4.8"
log4rs = { version = "1.0.0", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
log4rs = { version = "1.2.0", default_features = false, features = ["config_parsing", "threshold_filter", "yaml_format"] }
multiaddr = { version = "0.14.0" }
rand = "0.7.3"
tempfile = "3.1.0"
Expand Down

0 comments on commit f608a60

Please sign in to comment.