Skip to content

Commit

Permalink
[deps]: Update Rust crate env_logger to 0.10.1 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 736f2d0 commit 8073952
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.57"
crate-type = ["cdylib", "rlib"]

[dependencies]
env_logger = "0.10.0"
env_logger = "0.10.1"
log = "0.4.20"
napi = { version = "2", features = ["async"] }
napi-derive = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = { version = ">=0.4.26, <0.5", features = [
"serde",
"std",
], default-features = false }
env_logger = "0.10.0"
env_logger = "0.10.1"
schemars = { version = ">=0.8, <0.9", optional = true }
uniffi = "=0.25.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["bitwarden", "password-manager", "cli"]
[dependencies]
clap = { version = "4.3.0", features = ["derive", "env"] }
color-eyre = "0.6"
env_logger = "0.10.0"
env_logger = "0.10.1"
inquire = "0.6.2"
log = "0.4.20"
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap_complete = "4.3.2"
color-eyre = "0.6"
comfy-table = "^7.0.1"
directories = "5.0.1"
env_logger = "0.10.0"
env_logger = "0.10.1"
log = "0.4.20"
regex = { version = "1.10.2", features = [
"std",
Expand Down

0 comments on commit 8073952

Please sign in to comment.