Skip to content

Commit

Permalink
[deps]: Update Rust crate log to 0.4.20 (#352)
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 422a9e4 commit afe290d
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 @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
env_logger = "0.10.0"
log = "0.4.18"
log = "0.4.20"
napi = { version = "2", features = ["async"] }
napi-derive = "2"

Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.63"
log = "0.4.18"
log = "0.4.20"
serde = { version = "1.0.163", features = ["derive"] }
wasm-bindgen = { version = "=0.2.87", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"
Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.3.0", features = ["derive", "env"] }
color-eyre = "0.6"
env_logger = "0.10.0"
inquire = "0.6.2"
log = "0.4.18"
log = "0.4.20"
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }

bitwarden = { path = "../bitwarden", version = "0.3.1", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ color-eyre = "0.6"
comfy-table = "^7.0.1"
directories = "5.0.1"
env_logger = "0.10.0"
log = "0.4.18"
log = "0.4.20"
regex = { version = "1.10.2", features = [
"std",
"perf",
Expand Down

0 comments on commit afe290d

Please sign in to comment.