Skip to content

Commit

Permalink
Upgrade env_logger to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 1, 2023
1 parent e572398 commit 6c3e6fb
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 15 deletions.
83 changes: 72 additions & 11 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 mullvad-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base64 = "0.13"
chrono = { version = "0.4.19", features = ["serde"] }
clap = { version = "3.0", features = ["cargo"] }
err-derive = "0.3.1"
env_logger = "0.8.2"
env_logger = "0.10.0"
futures = "0.3"
natord = "1.0.9"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-problem-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ talpid-platform-metadata = { path = "../talpid-platform-metadata" }

[target.'cfg(not(target_os="android"))'.dependencies]
clap = { version = "3.0", features = ["cargo"] }
env_logger = "0.8.2"
env_logger = "0.10.0"

[target.'cfg(target_os = "android")'.dependencies]
duct = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-setup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"

[dependencies]
clap = { version = "3.0", features = ["cargo"] }
env_logger = "0.8.2"
env_logger = "0.10.0"
err-derive = "0.3.1"
lazy_static = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion talpid-openvpn-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
[dependencies]
err-derive = "0.3.1"
log = "0.4"
env_logger = "0.8.2"
env_logger = "0.10.0"
parity-tokio-ipc = "0.9"
tokio = { version = "1.8", features = ["rt"] }

Expand Down

0 comments on commit 6c3e6fb

Please sign in to comment.