Add missing dependency to Cargo.lock ()

This commit is contained in:
Dan Davison
2022-11-12 10:13:42 -05:00
committed by GitHub
parent 817eacccd8
commit 2db2d98ef0

1
Cargo.lock generated

@ -2666,6 +2666,7 @@ dependencies = [
"nu-path",
"nu-protocol",
"nu-utils",
"strip-ansi-escapes",
"sysinfo",
]