Skip to content

Commit

Permalink
Bump log4rs from 0.13.0 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and zonyitoo committed Dec 26, 2020
1 parent 3a1054a commit 12b96ea
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 58 deletions.
85 changes: 29 additions & 56 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tcmalloc-vendored = ["tcmalloc/bundled"]

[dependencies]
log = "0.4"
log4rs = { version = "0.13", optional = true }
log4rs = { version = "1.0", optional = true }

clap = { version = "2", features = ["wrap_help", "suggestions"] }
cfg-if = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local-socks4 = ["local"]

[dependencies]
log = "0.4"
log4rs = "0.13"
log4rs = "1.0"

cfg-if = "1"
qrcode = { version = "0.12", default-features = false }
Expand Down

0 comments on commit 12b96ea

Please sign in to comment.