Skip to content

Commit da58fc1

Browse files
fix(deps): bump owo-colors from 4.2.0 to 4.2.1
Bumps [owo-colors](https://github.com/owo-colors/owo-colors) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](owo-colors/owo-colors@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1552a6 commit da58fc1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ nix = { version = "0.29.0", features = [
8686
"term",
8787
"user",
8888
] }
89-
owo-colors = "4.2.0"
89+
owo-colors = "4.2.1"
9090
parking_lot = "0.12.3"
9191
paste = "1.0.11"
9292
percent-encoding = "2.2.0"

crates/fig_integrations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fig_settings.workspace = true
2323
fig_util.workspace = true
2424
indoc.workspace = true
2525
insta.workspace = true
26-
owo-colors = "4.2.0"
26+
owo-colors = "4.2.1"
2727
regex.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ globset.workspace = true
5757
indicatif.workspace = true
5858
indoc.workspace = true
5959
mimalloc.workspace = true
60-
owo-colors = "4.2.0"
60+
owo-colors = "4.2.1"
6161
parking_lot.workspace = true
6262
rand.workspace = true
6363
regex.workspace = true

0 commit comments

Comments
 (0)