Skip to content

Commit 2840f2c

Browse files
build(deps): bump nu-ansi-term from 0.50.1 to 0.50.3 (#4244)
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.50.1 to 0.50.3. - [Release notes](https://github.com/nushell/nu-ansi-term/releases) - [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md) - [Commits](https://github.com/nushell/nu-ansi-term/commits) --- updated-dependencies: - dependency-name: nu-ansi-term dependency-version: 0.50.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11a0b40 commit 2840f2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
13131313
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
13141314
dependencies = [
13151315
"cfg-if",
1316-
"windows-targets 0.52.6",
1316+
"windows-targets 0.48.5",
13171317
]
13181318

13191319
[[package]]
@@ -2798,11 +2798,11 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
27982798

27992799
[[package]]
28002800
name = "nu-ansi-term"
2801-
version = "0.50.1"
2801+
version = "0.50.3"
28022802
source = "registry+https://github.com/rust-lang/crates.io-index"
2803-
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
2803+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
28042804
dependencies = [
2805-
"windows-sys 0.52.0",
2805+
"windows-sys 0.59.0",
28062806
]
28072807

28082808
[[package]]

0 commit comments

Comments
 (0)