summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-06 11:56:57 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-06-06 14:09:45 +0000
commite703d86b7efb3112be638962077e4292addd5168 (patch)
tree81c331b23c97b7b20ef6249e031ee9c8c42d523a
parent544907c570da4c2daf23c80e3d8a93c533e10921 (diff)
build(deps): update rust crate nu-ansi-term to 0.48.0
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b44e54956..52e387a8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2014,11 +2014,11 @@ dependencies = [
[[package]]
name = "nu-ansi-term"
-version = "0.47.0"
+version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76"
+checksum = "db8e83967c32f9210ce85ac7e9c4b731048c1f51c4262e08bad01af30097a424"
dependencies = [
- "windows-sys 0.45.0",
+ "windows-sys 0.48.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 1f22260ff..aec43dae6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ log = { version = "0.4.18", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.8.0", optional = true }
-nu-ansi-term = "0.47.0"
+nu-ansi-term = "0.48.0"
once_cell = "1.18.0"
open = "4.1.0"
# update os module config and tests when upgrading os_info