Skip to content

Commit 4f6716f

Browse files
dependabot[bot]brandonskiser
authored andcommitted
fix(deps): bump nu-color-config from 0.102.0 to 0.103.0
Bumps [nu-color-config](https://github.com/nushell/nushell) from 0.102.0 to 0.103.0. - [Release notes](https://github.com/nushell/nushell/releases) - [Commits](nushell/nushell@0.102.0...0.103.0) --- updated-dependencies: - dependency-name: nu-color-config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9eb877 commit 4f6716f

File tree

2 files changed

+70
-24
lines changed

2 files changed

+70
-24
lines changed

Cargo.lock

+69-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shell-color/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
bitflags.workspace = true
1515
nu-ansi-term = "0.50.0"
16-
nu-color-config = "0.102.0"
16+
nu-color-config = "0.103.0"
1717

1818
[dev-dependencies]
1919
fig_test = { path = "../fig_test" }

0 commit comments

Comments
 (0)