Skip to content

Commit 0807fa6

Browse files
fix(deps): bump owo-colors from 4.2.1 to 4.2.2
--- updated-dependencies: - dependency-name: owo-colors dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bed5a9b commit 0807fa6

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.2"
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.2"
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.2"
6161
parking_lot.workspace = true
6262
rand.workspace = true
6363
regex.workspace = true

0 commit comments

Comments
 (0)