Skip to content

Commit

Permalink
[deps]: Update Rust crate comfy-table to v7.1.1 (#760)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [comfy-table](https://togithub.com/nukesor/comfy-table) | dependencies
| patch | `7.1.0` -> `7.1.1` |
| [comfy-table](https://togithub.com/nukesor/comfy-table) | dependencies
| patch | `^7.1.0` -> `^7.1.1` |

---

### Configuration

📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week
of the year before 4am on Monday" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bitwarden/sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 7e57f19 commit 42e68d3
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 42e68d3

Please sign in to comment.