Skip to content

Commit

Permalink
fix(deps): update rust crate pretty_env_logger to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed May 28, 2023
1 parent 6c62a55 commit 4453122
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 38 deletions.
43 changes: 7 additions & 36 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hyper = {version = "0.14", features = ["full"]}
lazy_static = "1.4"
log = "0.4"
once_cell = "1"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
prost = "0.11"
regex = "1.7"
reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip", "deflate", "stream", "socks"], default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lettre = {version = "0.10", default-features = false, features = ["smtp-transpor
log = "0.4"
minijinja = {version = "0.31", features = ["source", "json"]}
once_cell = "1"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
prettytable-rs = "^0.10"
prost = "0.11"
reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false}
Expand Down

0 comments on commit 4453122

Please sign in to comment.