Skip to content

Commit

Permalink
[deps]: Update Rust crate comfy-table to v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 57fa7fa commit 40bbd2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ chrono = { version = "0.4.38", features = [
clap = { version = "4.5.4", features = ["derive", "env", "string"] }
clap_complete = "4.5.2"
color-eyre = "0.6.3"
comfy-table = "^7.1.0"
comfy-table = "^7.1.1"
directories = "5.0.1"
env_logger = "0.11.1"
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion crates/memory-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords.workspace = true

[dependencies]
bitwarden-crypto = { workspace = true }
comfy-table = "7.1.0"
comfy-table = "7.1.1"
hex = "0.4.3"
serde = "1.0.196"
serde_json = "1.0.113"
Expand Down

0 comments on commit 40bbd2a

Please sign in to comment.